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

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPackedCache.h44 // kKeybits - kHashbits, and the values are bit strings of length kValuebits.
65 // for a cache entry is (kKeybits - kHashbits) + kValuebits. Suppose
66 // kKeybits + kValuebits is 43. Then it probably makes sense to
69 // On the other hand, suppose kKeybits = kValuebits = 64. Then
131 // 2^kKeybits and the values to be less than 2^kValuebits. The size of
140 static const size_t kValuebits = 8; member in class:PackedCache
144 COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size);
146 COMPILE_ASSERT(kKeybits - kHashbits + kValuebits <= kTbits,
191 // part of the key, and kValuebits determines where in the entry to put
194 const int shift = kHashbits - kValuebits;
[all...]
H A DFastMalloc.cpp1996 ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits));

Completed in 110 milliseconds