/bionic/libc/include/ |
D | assert.h | 52 # define assert(e) __assert_no_op argument 55 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e)) argument 63 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e)) argument
|
/bionic/linker/ |
D | linked_list.h | 177 for (LinkedListEntry<T>* e = head(); e != nullptr; e = e->next) { in visit() local 188 for (LinkedListEntry<T>* e = header_->head, *p = nullptr; e != nullptr;) { in remove_if() local 219 for (LinkedListEntry<T>* e = head(); e != nullptr; e = e->next) { in find_if() local 237 for (LinkedListEntry<T>* e = head(); e != nullptr; e = e->next) { in find() local 248 for (LinkedListEntry<T>* e = head(); sz < array_length && e != nullptr; e = e->next) { in copy_to_array() local 256 for (LinkedListEntry<T>* e = head(); e != nullptr; e = e->next) { in contains() local
|
/bionic/tests/ |
D | dirent_test.cpp | 191 dirent* e = readdir(d); in TEST() local 213 dirent* e = readdir(d); in TEST() local 235 dirent* e; in TEST() local 252 dirent64* e; in TEST() local 270 dirent* e = nullptr; in TEST() local 288 dirent64* e = nullptr; in TEST() local 306 dirent* e; in TEST() local 334 dirent* e = nullptr; in TEST() local
|
D | search_test.cpp | 219 static void AssertEntry(ENTRY* e, const char* expected_key, const char* expected_data) { in AssertEntry() 229 ENTRY* e; in TEST() local 270 ENTRY* e; in TEST() local 304 ENTRY e; in TEST() local 312 ENTRY* e = hsearch(ENTRY{.key = p, .data = nullptr}, FIND); in TEST() local
|
D | sys_select_test.cpp | 82 fd_set e; in TEST() local 137 fd_set e; in TEST() local
|
D | utils.cpp | 76 void PrintTo(const Errno& e, std::ostream* os) { in PrintTo()
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01() 117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2() 127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3() 137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4() 152 uint32_t a, b, c, d, e; in SHA1Transform() local
|
/bionic/libc/bionic/ |
D | clearenv.cpp | 33 char** e = environ; in clearenv() local
|
D | mntent.cpp | 39 mntent* getmntent_r(FILE* fp, struct mntent* e, char* buf, int buf_len) { in getmntent_r()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 221 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() 330 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
|
D | gethex.c | 50 Long e, e1; local
|
/bionic/libc/private/ |
D | ScopedFd.h | 50 ErrnoRestorer e; variable
|
/bionic/tests/libs/ |
D | CHECK.h | 33 #define CHECK(e) \ argument
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1161 entry_free( Entry* e ) in entry_free() 1169 static __inline__ void entry_mru_remove(Entry* e) { in entry_mru_remove() 1174 static __inline__ void entry_mru_add(Entry* e, Entry* list) { in entry_mru_add() 1187 entry_hash( const Entry* e ) in entry_hash() 1198 entry_init_key( Entry* e, const void* query, int querylen ) in entry_init_key() 1217 Entry* e; in entry_alloc() local 1503 Entry* e; in _cache_dump_mru() local 1598 Entry* e ) in _cache_add_p() 1617 Entry* e = *lookup; in _cache_remove_p() local 1650 Entry* e; in _cache_remove_expired() local [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | remque.c | 42 struct qelem *e = element; in remque() local
|
D | insque.c | 42 struct qelem *e = entry; in insque() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_truncl.c | 45 int e = u.bits.exp - LDBL_MAX_EXP + 1; in truncl() local
|
D | s_modfl.c | 63 int e; in modfl() local
|
D | s_ceill.c | 58 int e = u.bits.exp - LDBL_MAX_EXP + 1; in ceill() local
|
D | s_floorl.c | 58 int e = u.bits.exp - LDBL_MAX_EXP + 1; in floorl() local
|
D | s_expm1f.c | 44 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
|
D | s_expm1.c | 135 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
|
/bionic/libc/upstream-netbsd/android/include/ |
D | netbsd-compat.h | 25 #define _DIAGASSERT(e) /* nothing */ argument
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | cephes_subrl.c | 42 long double e, ei; in _cchshl() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 209 #define SETERROR(e) seterr(p, (e)) argument 210 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument 211 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 212 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 213 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 1676 seterr(struct parse *p, int e)
|