HomeSort by relevance Sort by last modified time
    Searched refs:size_bits_by_length (Results 1 - 4 of 4) sorted by null

  /external/brotli/c/common/
dictionary.h 30 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.
  /external/brotli/c/enc/
static_dict.c 87 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];
hash.h 178 (transform_id << dictionary->words->size_bits_by_length[len]);
  /external/brotli/c/dec/
decode.c     [all...]

Completed in 682 milliseconds