Searched refs:kKnownRhsKeyBits (Results 1 – 1 of 1) sorted by relevance
105 static const int kKnownRhsKeyBits = 6; variable112 class KnownIntBits: public BitField<int, 12, kKnownRhsKeyBits> {};159 ASSERT(key >= 0 && key < (1 << kKnownRhsKeyBits)); in MinorKeyForKnownInt()