Searched refs:empty (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/stdio/
H A Dfindfp.c83 static FILE empty; local
98 *p = empty;
/bionic/tests/libs/
H A DAndroid.mk32 empty.cpp \
179 empty.cpp
190 empty.cpp
/bionic/benchmarks/
H A Dbenchmark_main.cpp107 if (args_.empty()) {
193 if (g_benchmarks.empty()) {
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c120 states empty; /* empty set of states */ member in struct:match
234 SETUP(m->empty);
235 CLEAR(m->empty);
875 states empty = m->empty; local
935 if (EQ(st, empty) || p == stop)
940 ASSIGN(st, empty);
1025 case OPLUS_: /* forward, this is just an empty */
1042 case O_QUEST: /* just an empty */
[all...]
/bionic/libc/
H A Dcrt.mk17 # for the 2nd arch; otherwise empty.
H A DAndroid.mk878 # empty library to keep this makefile simple.
/bionic/tests/
H A Dfortify_test.cpp53 char empty[0]; member in struct:foo
193 ASSERT_EXIT(stpcpy(myfoo.empty, src),
211 ASSERT_EXIT(strcpy(myfoo.empty, src),
229 ASSERT_EXIT(strcpy(myfoo.empty, src),
/bionic/libc/kernel/uapi/sound/
H A Dasound.h331 empty:1; member in struct:snd_interval
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2522 treebins ("treemap). Each bin sets its bit when non-empty, and
2523 clears the bit when empty. Bit operations are then used to avoid
3369 int empty = (m->treemap & (1U << i)) == 0; local
3371 assert(empty);
3372 if (!empty)
3380 unsigned int empty = (m->smallmap & (1U << i)) == 0; local
3382 assert(empty);
3383 if (!empty) {
4487 if (t == 0 && v == 0) { /* set t to root of next non-empty treebin */
4608 idx += ~smallbits & 1; /* Uses next bin if idx empty */
[all...]

Completed in 156 milliseconds