Searched refs:kUpperMask (Results 1 – 3 of 3) sorted by relevance
182 static UPPER EntryToUpper(T t) { return t & kUpperMask; } in EntryToUpper()191 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()197 DCHECK_EQ(u, u & kUpperMask); in UpperToPartialKey()209 return ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()219 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable
204 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()216 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()226 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable
206 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()218 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()228 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable