Searched refs:hash_shift (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.h141 uInt hash_shift; member in struct:internal_state
145 * hash_shift * MIN_MATCH >= hash_bits
H A Ddeflate.c170 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
285 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
/ast/src/cmd/INIT/
H A Dratz.c1351 uInt hash_shift; member in struct:internal_state
1355 * hash_shift * MIN_MATCH >= hash_bits

Completed in 30 milliseconds