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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp141 STRINGIFY_CODE(MODULE_CODE, HASH)
278 STRINGIFY_CODE(MST_CODE, HASH)
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c82 /* Compute the chain index of a binding_entry given the HASH value of its
86 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1))

Completed in 77 milliseconds

12