Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Ddictionary.h33 uint32_t offsets_by_length[32]; member
35 /* assert(data_size == offsets_by_length[31]) */
/third_party/skia/third_party/externals/brotli/c/common/
H A Ddictionary.h33 uint32_t offsets_by_length[32]; member
35 /* assert(data_size == offsets_by_length[31]) */
/third_party/node/deps/brotli/c/enc/
H A Dstatic_dict.c37 const size_t offset = dictionary->offsets_by_length[len] + len * id; in DictMatchLength()
47 const size_t offset = dictionary->offsets_by_length[w.len] + in IsMatch()
H A Dhash.h144 offset = dictionary->words->offsets_by_length[len] + len * word_idx; in TestStaticDictionaryItem()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dstatic_dict.c37 const size_t offset = dictionary->offsets_by_length[len] + len * id; in DictMatchLength()
47 const size_t offset = dictionary->offsets_by_length[w.len] + in IsMatch()
H A Dhash.h144 offset = dictionary->words->offsets_by_length[len] + len * word_idx; in TestStaticDictionaryItem()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1911 int offset = (int)s->dictionary->offsets_by_length[i]; in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1911 int offset = (int)s->dictionary->offsets_by_length[i]; in ProcessCommandsInternal()

Completed in 11 milliseconds