Searched refs:kUpperbits (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPackedCache.h218 static const int kUpperbits = kKeybits - kHashbits; member in class:PackedCache
224 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;

Completed in 168 milliseconds