Searched refs:max_matches_ (Results 1 – 3 of 3) sorted by relevance
33 if (num_matches_ < max_matches_) { in FetchNext()
719 max_matches_ = register_array_size_ / registers_per_match_; in GlobalCache()724 max_matches_ = 1; in GlobalCache()735 current_match_index_ = max_matches_ - 1; in GlobalCache()736 num_matches_ = max_matches_; in GlobalCache()
149 int max_matches_; variable