Searched refs:kUseCountBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc32 static const u32 kUseCountBits = kTabSizeLog; member in struct:__sanitizer::StackDepotNode
33 static const u32 kMaxUseCount = 1 << kUseCountBits;
34 static const u32 kUseCountMask = (1 << kUseCountBits) - 1;

Completed in 48 milliseconds