Searched refs:e2 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_debug_common.c | 66 HashEntry* e2 = *(HashEntry**)arg2; in hash_entry_compare() local 70 result = (e2 == NULL) ? 0 : 1; in hash_entry_compare() 71 } else if (e2 == NULL) { in hash_entry_compare() 75 size_t nbAlloc2 = e2->allocations; in hash_entry_compare() 77 size_t size2 = e2->size & ~SIZE_FLAG_MASK; in hash_entry_compare()
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 1248 e2, i3 = c 1249 return (t.id, e1, e2), i3 1426 def is_equal_node(self,e1,e2): argument 1427 if e1[0] != e2[0] or len(e1) != len(e2): 1432 return e1[0] == e2[0] 1434 return self.is_equal_node(e1[1],e2[1]) and self.is_equal_node(e1[2],e2[2])
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 1136 entry_equals( const Entry* e1, const Entry* e2 ) in entry_equals() argument 1140 if (e1->querylen != e2->querylen) { in entry_equals() 1144 _dnsPacket_init(pack2, e2->query, e2->querylen); in entry_equals()
|