Lines Matching refs:hshift
139 unsigned char hshift; /* used in hash function */ member
206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument
355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
373 hshift = 4; in bsd_alloc()
377 hshift = 5; in bsd_alloc()
381 hshift = 6; in bsd_alloc()
385 hshift = 7; in bsd_alloc()
442 db->hshift = hshift; in bsd_alloc()
567 int hshift; in bsd_compress() local
622 hshift = db->hshift; in bsd_compress()
658 hval = BSD_HASH (ent, c, hshift); in bsd_compress()
1059 hval = BSD_HASH(oldcode,finchar,db->hshift); in bsd_decompress()