Home
last modified time | relevance | path

Searched refs:BSD_HASH (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c164 #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_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c198 #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()