Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_cache.c1081 entry_equals( const Entry* e1, const Entry* e2 ) in entry_equals() argument
1085 if (e1->querylen != e2->querylen) { in entry_equals()
1089 _dnsPacket_init(pack2, e2->query, e2->querylen); in entry_equals()
/bionic/libc/bionic/
Dmalloc_leak.c107 HashEntry* e2 = *(HashEntry**)arg2; in hash_entry_compare() local
110 size_t nbAlloc2 = e2->allocations; in hash_entry_compare()
112 size_t size2 = e2->size & ~SIZE_FLAG_MASK; in hash_entry_compare()
/bionic/libc/kernel/tools/
Dcpp.py1248 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])