HomeSort by: relevance | last modified time | path
    Searched defs:hshift (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gen/
radixtree.c 506 int hshift = RADIX_TREE_BITS_PER_HEIGHT * t->t_height; local in function:radix_tree_lookup_ptr
528 if (shift >= hshift) {
548 hshift = RADIX_TREE_BITS_PER_HEIGHT * t->t_height;
  /src/sys/net/
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...]
  /src/usr.bin/compress/
zopen.c 166 #define hshift zs->u.w.zs_hshift macro
276 hshift = 0;
278 hshift++;
279 hshift = 8 - hshift; /* Set hash code range bound. */
288 i = ((c << hshift) ^ ent); /* Xor hashing. */

Completed in 14 milliseconds