Home
last modified time | relevance | path

Searched refs:dict_matches (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h215 uint32_t dict_matches[BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN + 1]; in FindAllMatches() local
244 dict_matches[i] = kInvalidMatch; in FindAllMatches()
249 &data[cur_ix_masked], minlen, max_length, &dict_matches[0])) { in FindAllMatches()
254 uint32_t dict_id = dict_matches[l]; in FindAllMatches()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h215 uint32_t dict_matches[BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN + 1]; in FindAllMatches() local
244 dict_matches[i] = kInvalidMatch; in FindAllMatches()
249 &data[cur_ix_masked], minlen, max_length, &dict_matches[0])) { in FindAllMatches()
254 uint32_t dict_id = dict_matches[l]; in FindAllMatches()

Completed in 2 milliseconds