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

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPackedCache.h125 #define N_ONES_(IntType, N) \ macro
209 return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits);
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_ macro

Completed in 69 milliseconds