Searched refs:HASH (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp659 LLVM_READOBJ_TYPE_CASE(HASH);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c64 /* Compute the chain index of a binding_entry given the HASH value of its
68 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1))

Completed in 117 milliseconds

12