Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h138 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift); in SetHistorySize()
143 return (int)((x_ >> kHistoryShift) & kHistoryMask); in GetHistorySize()
164 static const u64 kHistoryMask = 7; variable
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h145 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift); in SetHistorySize()
150 return (int)((x_ >> kHistoryShift) & kHistoryMask); in GetHistorySize()
171 static const u64 kHistoryMask = 7; variable