Home
last modified time | relevance | path

Searched refs:dict_num_matches (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dhash.h35 size_t dict_num_matches; member
182 if (common->dict_num_matches < (common->dict_num_lookups >> 7)) { in SearchInStaticDictionary()
194 common->dict_num_matches++; in SearchInStaticDictionary()
459 hasher->common.dict_num_matches = 0; in HasherSetup()