HomeSort by relevance Sort by last modified time
    Searched defs:hash_bits (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 49 atomic_uint32_t hash_and_use_count; // hash_bits : 12; use_count : 20;
63 u32 hash_bits = local
65 if ((hash & kHashMask) != hash_bits || args.size != size) return false;
  /external/fio/t/
genzipf.c 35 static unsigned long hash_bits = 24; variable
58 struct flist_head *l = &hash[hash_long(val, hash_bits)];
73 struct flist_head *l = &hash[hash_long(val, hash_bits)];
195 hash_bits = 0;
198 hash_bits++;
200 hash_size = 1 << hash_bits;
  /external/chromium_org/third_party/zlib/
deflate.h 141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
150 * hash_shift * MIN_MATCH >= hash_bits
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits
  /external/zlib/src/
deflate.h 141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits

Completed in 135 milliseconds