Searched refs:n3 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | search_test.cpp | 85 node n3("m"); in TEST() local 90 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST() 99 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST() 103 ASSERT_NE(nullptr, tsearch(&n3, &root, node_cmp)); in TEST()
|
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 46 for (int n3 = 0; n3 < (len); n3++) { \ 47 if ((helpers::xfputwc((ptr)[n3], fp)) == WEOF) goto error; \
|