Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c84 u_char hshift; /* used in hash function */ member
164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ argument
292 u_int newlen, hsize, hshift, maxmaxcode; local
435 u_int hshift = db->hshift; local
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c99 uchar_t hshift; /* used in hash function */ member
196 #define BSD_HASH(prefix, suffix, hshift) \ argument
350 uint_t hshift; in bsd_alloc() local
556 int hshift = db->hshift; in bsd_compress() local
901 uint_t hshift = db->hshift; in bsd_incomp() local
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c928 cinterr(int hshift) in cinterr()
978 int hshift; in compress() local