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

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

Completed in 7 milliseconds