Lines Matching defs:hshift
88 u_char hshift; /* used in hash function */
179 #define BSD_HASH(prefix,suffix,hshift) ((((uint32_t)(suffix)) << (hshift)) \
306 u_int newlen, hsize, hshift, maxmaxcode;
320 hshift = 4;
324 hshift = 5;
328 hshift = 6;
332 hshift = 7;
336 /* hshift = 8; */ /* in struct bsd_db */
361 db->hshift = hshift;
459 int hshift = db->hshift;
565 hval = BSD_HASH(ent, c, hshift);
669 u_int hshift = db->hshift;
709 hval = BSD_HASH(ent, c, hshift);
1016 hval = BSD_HASH(oldcode,finchar,db->hshift);