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

/xsrc/external/mit/brotli/dist/c/common/
H A Ddictionary.h33 uint32_t offsets_by_length[32]; member in struct:BrotliDictionary
35 /* assert(data_size == offsets_by_length[31]) */
/xsrc/external/mit/brotli/dist/c/enc/
H A Dstatic_dict.c37 const size_t offset = dictionary->offsets_by_length[len] + len * id;
47 const size_t offset = dictionary->offsets_by_length[w.len] +
H A Dhash.h144 offset = dictionary->words->offsets_by_length[len] + len * word_idx;
/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1911 int offset = (int)s->dictionary->offsets_by_length[i];

Completed in 8 milliseconds