Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc32 static const u32 kUseCountMask = (1 << kUseCountBits) - 1; member
33 static const u32 kHashMask = ~kUseCountMask;
91 StackDepotNode::kUseCountMask; in use_count()
96 StackDepotNode::kUseCountMask; in inc_use_count_unsafe()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc34 static const u32 kUseCountMask = (1 << kUseCountBits) - 1; member
35 static const u32 kHashMask = ~kUseCountMask;
93 StackDepotNode::kUseCountMask; in use_count()
98 StackDepotNode::kUseCountMask; in inc_use_count_unsafe()