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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp34 static const u32 kUseCountMask = (1 << kUseCountBits) - 1; member in struct:__sanitizer::StackDepotNode
35 static const u32 kHashMask = ~kUseCountMask;
79 StackDepotNode::kUseCountMask;
84 StackDepotNode::kUseCountMask;

Completed in 100 milliseconds