Searched defs:e1 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp176 HashEntry* e1 = gHashTable.slots[i]; local
178 while (e1 != NULL) {
179 if (e1 == entry) {
183 e1 = e1->next;
H A Dmalloc_debug_common.cpp67 const HashEntry* e1 = *static_cast<HashEntry* const*>(arg1); local
71 if (e1 == NULL) {
76 size_t nbAlloc1 = e1->allocations;
78 size_t size1 = e1->size & ~SIZE_FLAG_MASK;
/bionic/libc/stdlib/
H A Dstrtod.c1307 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1503 e1 = e -= nf;
1568 e1 += nd - k;
1570 /* Get starting approximation = rv * 10**e1 */
1572 if (e1 > 0) {
1573 if ((i = e1 & 15) != 0)
1575 if (e1 &= ~15) {
1576 if (e1 > DBL_MAX_10_EXP) {
1584 if ((e1
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c1199 entry_equals( const Entry* e1, const Entry* e2 ) argument
1203 if (e1->querylen != e2->querylen) {
1206 _dnsPacket_init(pack1, e1->query, e1->querylen);

Completed in 610 milliseconds