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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzHash.h43 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
49 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
56 hashValue = (hash4Value ^ (p->crc[cur[4]] << 3)) & p->hashMask; \
H A DLzFind.h48 UInt32 hashMask; member in struct:_CMatchFinder
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c231 p->hashMask = hs;

Completed in 24 milliseconds