Lines Matching refs:hshift
99 uchar_t hshift; /* used in hash function */ member
196 #define BSD_HASH(prefix, suffix, hshift) \ argument
197 ((((uint32_t)(suffix)) << (hshift)) ^ (uint32_t)(prefix))
350 uint_t hshift; in bsd_alloc() local
373 hshift = 4; in bsd_alloc()
380 hshift = 5; in bsd_alloc()
387 hshift = 6; in bsd_alloc()
394 hshift = 7; in bsd_alloc()
428 db->hshift = (uchar_t)hshift; in bsd_alloc()
556 int hshift = db->hshift; in bsd_compress() local
732 hval = BSD_HASH(ent, c, hshift); in bsd_compress()
901 uint_t hshift = db->hshift; in bsd_incomp() local
967 hval = BSD_HASH(ent, c, hshift); in bsd_incomp()
1396 hval = BSD_HASH(oldcode, finchar, db->hshift); in bsd_decompress()