Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_leak.cpp96 int hash = 0; in get_hash() local
127 size_t hash = get_hash(backtrace, numEntries); in record_backtrace() local
Dpthread_debug.cpp561 const uint32_t hash = get_hashcode(key, ksize); in hashmap_lookup() local
/bionic/libc/netbsd/resolv/
Dres_cache.c780 _dnsPacket_hashBytes( DnsPacket* packet, int numBytes, unsigned hash ) in _dnsPacket_hashBytes()
794 _dnsPacket_hashQName( DnsPacket* packet, unsigned hash ) in _dnsPacket_hashQName()
831 _dnsPacket_hashQR( DnsPacket* packet, unsigned hash ) in _dnsPacket_hashQR()
841 unsigned hash = FNV_BASIS; in _dnsPacket_hashQuery() local
1005 unsigned int hash; /* hash value */ member
1229 unsigned int hash; member
/bionic/libc/upstream-netbsd/libc/regex/
Dregex2.h160 uch hash; /* hash code */ member
/bionic/linker/
Dlinker.cpp442 static Elf32_Sym* soinfo_elf_lookup(soinfo* si, unsigned hash, const char* name) { in soinfo_elf_lookup()