Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h146 COMPILE_ASSERT(kKeybits - kHashbits + kValuebits <= kTbits, in PackedCache()
217 static const size_t kTbits = 8 * sizeof(T); variable