Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h254 uint32_t dict_id = dict_matches[l]; in FindAllMatches() local
255 if (dict_id < kInvalidMatch) { in FindAllMatches()
256 size_t distance = dictionary_distance + (dict_id >> 5) + 1; in FindAllMatches()
258 InitDictionaryBackwardMatch(matches++, distance, l, dict_id & 31); in FindAllMatches()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h254 uint32_t dict_id = dict_matches[l]; in FindAllMatches() local
255 if (dict_id < kInvalidMatch) { in FindAllMatches()
256 size_t distance = dictionary_distance + (dict_id >> 5) + 1; in FindAllMatches()
258 InitDictionaryBackwardMatch(matches++, distance, l, dict_id & 31); in FindAllMatches()

Completed in 2 milliseconds