hshift             85 net/bsd-comp.c     u_char  hshift;			/* used in hash function */
hshift            176 net/bsd-comp.c #define BSD_HASH(prefix,suffix,hshift)	((((u_int32_t)(suffix)) << (hshift)) \
hshift            311 net/bsd-comp.c     u_int newlen, hsize, hshift, maxmaxcode;
hshift            325 net/bsd-comp.c 	hshift = 4;
hshift            329 net/bsd-comp.c 	hshift = 5;
hshift            333 net/bsd-comp.c 	hshift = 6;
hshift            337 net/bsd-comp.c 	hshift = 7;
hshift            367 net/bsd-comp.c     db->hshift = hshift;
hshift            478 net/bsd-comp.c     int hshift = db->hshift;
hshift            584 net/bsd-comp.c 	hval = BSD_HASH(ent, c, hshift);
hshift            692 net/bsd-comp.c     u_int hshift = db->hshift;
hshift            733 net/bsd-comp.c 	    hval = BSD_HASH(ent, c, hshift);
hshift           1042 net/bsd-comp.c 	    hval = BSD_HASH(oldcode,finchar,db->hshift);