Searched refs:hashMask (Results 1 – 3 of 3) sorted by relevance
20 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; \
25 UInt32 hashMask; member
210 p->hashMask = hs; in MatchFinder_Create()