OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHashBits
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h
196
kHashBits
= 8,
197
kHashCount = 1 <<
kHashBits
,
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp
54
for (int i = 0; i < 1 <<
kHashBits
; ++i) {
105
if (
kHashBits
<= 8) {
108
hashIdx &=((1 <<
kHashBits
) - 1);
150
int purgedHashIdx = entry->fProgram->getDesc().getChecksum() & ((1 <<
kHashBits
) - 1);
GrGpuGL.h
192
kHashBits
= 6,
205
// hash table based on lowest
kHashBits
bits of the program key. Used to avoid binary
207
Entry* fHashTable[1 <<
kHashBits
];
/external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h
186
static const int
kHashBits
= 12;
205
return static_cast<int>(m >> (32 -
kHashBits
));
/external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h
186
static const int
kHashBits
= 12;
205
return static_cast<int>(m >> (32 -
kHashBits
));
Completed in 282 milliseconds