OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashMask
(Results
1 - 5
of
5
) sorted by null
/external/skia/bench/
FontCacheBench.cpp
79
unsigned
hashMask
) {
85
int index = proc(array[i]) &
hashMask
;
119
int
hashMask
= ((1 << hashBits) - 1);
127
collisions += count_collisions(array, count, gRec[i].fHasher,
hashMask
);
/external/lzma/C/
LzFind.h
27
UInt32
hashMask
;
/external/skia/src/core/
SkTDynamicHash.h
268
uint32_t
hashMask
() const { return fCapacity - 1; }
271
return Hash(key) & this->
hashMask
();
277
return (index + round + 1) & this->
hashMask
();
/hardware/intel/common/libwsbm/src/
wsbm_manager.c
62
uint32_t
hashMask
;
275
list->
hashMask
= list->hashSize - 1;
1068
hash = wsbmHashFunc((uint8_t *) &key, 4, list->
hashMask
);
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 2723 milliseconds