Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_composite_inc.h57 HasherCommon* common_b; in FN() local
69 common_b = (HasherCommon*)self->hb; in FN()
70 common_b->params = self->params->hasher; in FN()
71 common_b->is_prepared_ = BROTLI_FALSE; in FN()
72 common_b->dict_num_lookups = 0; in FN()
73 common_b->dict_num_matches = 0; in FN()