Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_composite_inc.h56 HasherCommon* common_a; in FN() local
60 common_a = (HasherCommon*)self->ha; in FN()
61 common_a->params = self->params->hasher; in FN()
62 common_a->is_prepared_ = BROTLI_FALSE; in FN()
63 common_a->dict_num_lookups = 0; in FN()
64 common_a->dict_num_matches = 0; in FN()