Home
last modified time | relevance | path

Searched refs:size_bits_by_length (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/brotli/c/common/
H A Ddictionary.h30 uint8_t size_bits_by_length[32]; member
38 /* Data array is not bound, and should obey to size_bits_by_length values.
/third_party/skia/third_party/externals/brotli/c/common/
H A Ddictionary.h30 uint8_t size_bits_by_length[32]; member
38 /* Data array is not bound, and should obey to size_bits_by_length values.
/third_party/node/deps/brotli/c/enc/
H A Dstatic_dict.c87 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
332 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
427 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
456 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
H A Dhash.h159 (transform_id << dictionary->words->size_bits_by_length[len]); in TestStaticDictionaryItem()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dstatic_dict.c87 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
332 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
427 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
456 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
H A Dhash.h159 (transform_id << dictionary->words->size_bits_by_length[len]); in TestStaticDictionaryItem()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1912 uint32_t shift = s->dictionary->size_bits_by_length[i]; in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1912 uint32_t shift = s->dictionary->size_bits_by_length[i]; in ProcessCommandsInternal()

Completed in 11 milliseconds