Lines Matching defs:hshift
84 u_char hshift; /* used in hash function */
164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \
292 u_int newlen, hsize, hshift, maxmaxcode;
306 hshift = 4;
310 hshift = 5;
314 hshift = 6;
318 hshift = 7;
322 /* hshift = 8; */ /* in struct bsd_db */
347 db->hshift = hshift;
435 u_int hshift = db->hshift;
465 hval = BSD_HASH(ent, c, hshift);
697 hval = BSD_HASH(oldcode,finchar,db->hshift);