Searched refs:BSD_HASH (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ macro 465 hval = BSD_HASH(ent, c, hshift); 697 hval = BSD_HASH(oldcode,finchar,db->hshift);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 198 #define BSD_HASH(prefix, suffix, hshift) \ macro 734 hval = BSD_HASH(ent, c, hshift); in bsd_compress() 969 hval = BSD_HASH(ent, c, hshift); in bsd_incomp() 1398 hval = BSD_HASH(oldcode, finchar, db->hshift); in bsd_decompress()
|