bsd-comp.c | 88 u_char hshift; /* used in hash function */ member in struct:bsd_db 179 #define BSD_HASH(prefix,suffix,hshift) ((((uint32_t)(suffix)) << (hshift)) \ 306 u_int newlen, hsize, hshift, maxmaxcode; local in function:bsd_alloc 320 hshift = 4; 324 hshift = 5; 328 hshift = 6; 332 hshift = 7; 336 /* hshift = 8; */ /* in struct bsd_db */ 361 db->hshift = hshift 459 int hshift = db->hshift; local in function:bsd_compress 669 u_int hshift = db->hshift; local in function:bsd_incomp [all...] |