Searched refs:kByteBits (Results 1 – 2 of 2) sorted by relevance
117 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;
54 constexpr uptr kByteBits = 8; variable