Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java44 int bucketBits, int slotBits, int hashBits, int blockBits) { in generate() argument
52 if (bucketBits - slotBits >= 16) { in generate()
57 int numSlots = 1 << slotBits; in generate()
149 /* slot_bits */ struct.put(5, slotBits); in generate()
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp956 uint32_t slotBits=0; in makeException() local
966 slotBits|=slots[count]; in makeException()
972 slotBits|=slots[count]; in makeException()
981 slotBits|=slots[count]; in makeException()
987 slotBits|=slots[count]; in makeException()
997 slotBits|=slots[count]; in makeException()
1018 slotBits|=slots[count]; in makeException()
1031 slotBits|=slots[count]; in makeException()
1051 if(slotBits<=0xffff) { in makeException()