Home
last modified time | relevance | path

Searched defs:hshift (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/
H A Dbsd-comp.c88 u_char hshift; /* used in hash function */ member
179 #define BSD_HASH(prefix,suffix,hshift) ((((uint32_t)(suffix)) << (hshift)) \ argument
306 u_int newlen, hsize, hshift, maxmaxcode; in bsd_alloc() local
459 int hshift = db->hshift; in bsd_compress() local
669 u_int hshift = db->hshift; in bsd_incomp() local
/netbsd-src/usr.bin/compress/
H A Dzopen.c166 #define hshift zs->u.w.zs_hshift macro
/netbsd-src/external/bsd/less/dist/
H A Dline.c61 public int hshift; /* Desired left-shift of output line buffer */ variable
/netbsd-src/common/lib/libc/gen/
H A Dradixtree.c506 int hshift = RADIX_TREE_BITS_PER_HEIGHT * t->t_height; in radix_tree_lookup_ptr() local