Searched refs:BSD_HASH (Results 1 – 1 of 1) sorted by relevance
206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ macro658 hval = BSD_HASH (ent, c, hshift); in bsd_compress()1059 hval = BSD_HASH(oldcode,finchar,db->hshift); in bsd_decompress()