Home
last modified time | relevance | path

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

/src/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
167 return kMidClass + (l1 << S) + hbits + (lbits > 0); in ClassID()