Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/bionic/
D__set_tls.c41 unsigned int empty:25; member
/bionic/libc/stdio/
Dfindfp.c72 static FILE empty; in moreglue() local
87 *p = empty; in moreglue()
/bionic/libc/regex/
Dengine.c84 states empty; /* empty set of states */ member
176 SETUP(m->empty); in matcher()
177 CLEAR(m->empty); in matcher()
759 states empty = m->empty; in slow() local
815 if (EQ(st, empty) || p == stop) in slow()
820 ASSIGN(st, empty); in slow()
/bionic/libc/bionic/
Ddlmalloc.c2776 int empty = (m->treemap & (1U << i)) == 0; in do_check_treebin() local
2778 assert(empty); in do_check_treebin()
2779 if (!empty) in do_check_treebin()
2787 unsigned int empty = (m->smallmap & (1U << i)) == 0; in do_check_smallbin() local
2789 assert(empty); in do_check_smallbin()
2790 if (!empty) { in do_check_smallbin()
/bionic/libc/kernel/
DREADME.TXT179 the final pass remove any comments and empty lines from the final headers.