OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kupperbits
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
TCPackedCache.h
218
static const int
kUpperbits
= kKeybits - kHashbits;
224
static const T kUpperMask = N_ONES_(T,
kUpperbits
) << kValuebits;
Completed in 48 milliseconds