Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/stdio/
Dfindfp.c83 static FILE empty; in moreglue() local
98 *p = empty; in moreglue()
/bionic/tests/libs/
DAndroid.mk32 empty.cpp \
179 empty.cpp
190 empty.cpp
/bionic/benchmarks/
Dbenchmark_main.cpp107 if (args_.empty()) { in Run()
193 if (g_benchmarks.empty()) { in main()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c120 states empty; /* empty set of states */ member
234 SETUP(m->empty); in matcher()
235 CLEAR(m->empty); in matcher()
875 states empty = m->empty; in slow() local
935 if (EQ(st, empty) || p == stop) in slow()
940 ASSIGN(st, empty); in slow()
/bionic/tests/
Dfortify_test.cpp53 char empty[0]; member
193 ASSERT_EXIT(stpcpy(myfoo.empty, src), in TEST_F()
211 ASSERT_EXIT(strcpy(myfoo.empty, src), in TEST_F()
229 ASSERT_EXIT(strcpy(myfoo.empty, src), in TEST_F()
/bionic/libc/kernel/uapi/sound/
Dasound.h331 empty:1; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c3369 int empty = (m->treemap & (1U << i)) == 0; in do_check_treebin() local
3371 assert(empty); in do_check_treebin()
3372 if (!empty) in do_check_treebin()
3380 unsigned int empty = (m->smallmap & (1U << i)) == 0; in do_check_smallbin() local
3382 assert(empty); in do_check_smallbin()
3383 if (!empty) { in do_check_smallbin()