Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h46 static const int kPartShift = sizeof(u32) * 8 - kPartBits - kReservedBits; variable
50 static const int kMaxId = 1 << kPartShift;
122 id |= part << kPartShift; in Put()
144 uptr part = id >> kPartShift; in Get()