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

/opensolaris-onvv-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 in struct:_CMatchFinder
H A DLzFind.c210 p->hashMask = hs;

Completed in 101 milliseconds