Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h218 static const int kUpperbits = kKeybits - kHashbits; variable
224 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;