Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h45 static const int kPartBits = 8; variable
46 static const int kPartShift = sizeof(u32) * 8 - kPartBits - kReservedBits;
48 1 << kPartBits; // Number of subparts in the table.