Lines Matching refs:hshift
84 u_char hshift; /* used in hash function */ member
175 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ argument
303 u_int newlen, hsize, hshift, maxmaxcode; in bsd_alloc() local
317 hshift = 4; in bsd_alloc()
321 hshift = 5; in bsd_alloc()
325 hshift = 6; in bsd_alloc()
329 hshift = 7; in bsd_alloc()
358 db->hshift = hshift; in bsd_alloc()
457 int hshift = db->hshift; in bsd_compress() local
563 hval = BSD_HASH(ent, c, hshift); in bsd_compress()
667 u_int hshift = db->hshift; in bsd_incomp() local
708 hval = BSD_HASH(ent, c, hshift); in bsd_incomp()
1015 hval = BSD_HASH(oldcode,finchar,db->hshift); in bsd_decompress()