Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h165 const uptr lbits = size & ((1U << (l - S)) - 1); in ClassID() local
167 return kMidClass + (l1 << S) + hbits + (lbits > 0); in ClassID()