Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DTCPackedCache.h140 static const size_t kValuebits = 8; variable
144 COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size); in PackedCache()
146 COMPILE_ASSERT(kKeybits - kHashbits + kValuebits <= kTbits, in PackedCache()
194 const int shift = kHashbits - kValuebits; in KeyToUpper()
203 const int shift = kHashbits - kValuebits; in UpperToPartialKey()
224 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
227 static const V kValueMask = N_ONES_(V, kValuebits);
DFastMalloc.cpp1500 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits); in init()