Home
last modified time | relevance | path

Searched defs:hashMask (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/bench/
DFontCacheBench.cpp81 unsigned hashMask) { in count_collisions()
121 int hashMask = ((1 << hashBits) - 1); in onDraw() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java60 long hashMask = (~0L) >>> (64 - hashBits); in generate() local
/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc145 TextIdx hashMask = (1u << hashLen) - 1u; in sieve_generate() local
Ddurchschlag.cc283 TextIdx hashMask = (1u << hashLen) - 1u; in durchschlag_prepare() local
/third_party/lzma/C/
DLzFind.h32 UInt32 hashMask; member