Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dstrcache2.c145 # define BIG_HASH_TAIL 12
149 # define BIG_HASH_TAIL 24 macro
153 # define BIG_HASH_TAIL 32 macro
177 str += (len - BIG_HASH_HEAD - BIG_HASH_TAIL) & ~3U; in strcache2_case_sensitive_hash_big()
178 head = (BIG_HASH_TAIL >> 2); in strcache2_case_sensitive_hash_big()