Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h117 sizeof(StackID) * kByteBits - kStackIDLoBits;
129 u64 stack_hi : sizeof(StackID) * kByteBits - kStackIDLoBits;
152 static_assert(kUnusedBits + sizeof(Sid) * kByteBits + kEpochBits + 5 == 64,
158 u64 sid : sizeof(Sid) * kByteBits;
H A Dtsan_defs.h54 constexpr uptr kByteBits = 8; variable