hshift
int hshift = RADIX_TREE_BITS_PER_HEIGHT * t->t_height;
if (shift >= hshift) {
hshift = RADIX_TREE_BITS_PER_HEIGHT * t->t_height;
hval = BSD_HASH(oldcode,finchar,db->hshift);
#define BSD_HASH(prefix,suffix,hshift) ((((uint32_t)(suffix)) << (hshift)) \
u_int newlen, hsize, hshift, maxmaxcode;
hshift = 4;
hshift = 5;
hshift = 6;
hshift = 7;
db->hshift = hshift;
int hshift = db->hshift;
hval = BSD_HASH(ent, c, hshift);
u_int hshift = db->hshift;
hval = BSD_HASH(ent, c, hshift);
u_char hshift; /* used in hash function */
hshift = 0;
hshift++;
hshift = 8 - hshift; /* Set hash code range bound. */
i = ((c << hshift) ^ ent); /* Xor hashing. */