Home
last modified time | relevance | path

Searched defs:hbits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h164 const uptr hbits = (size >> (l - S)) & M; in ClassID() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c89 static U32 ZSTD_ldm_getTag(U64 hash, U32 hbits, U32 numTagBits) in ZSTD_ldm_getTag()