Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzHash.h20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
33 hashValue = (hash4Value ^ (p->crc[cur[4]] << 3)) & p->hashMask; \
H A DLzFind.h25 UInt32 hashMask; member
H A DLzFind.c210 p->hashMask = hs; in MatchFinder_Create()