Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h125 #define N_ONES_(IntType, N) \ macro
209 return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits); in Hash()
221 static const K kKeyMask = N_ONES_(K, kKeybits);
224 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
227 static const V kValueMask = N_ONES_(V, kValuebits);
232 #undef N_ONES_