Searched refs:n3 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | search_test.cpp | 83 node n3("m"); in TEST() local 88 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST() 97 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST() 101 ASSERT_NE(nullptr, tsearch(&n3, &root, node_cmp)); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwprintf.c | 283 int n, n2, n3; /* handy integers (short term usage) */ in __vfwprintf() local 355 for (n3 = 0; n3 < (len); n3++) { \ in __vfwprintf() 356 if ((__xfputwc((ptr)[n3], fp)) == WEOF) \ in __vfwprintf()
|