Searched refs:short_match_max_backward (Results 1 – 1 of 1) sorted by relevance
212 const size_t short_match_max_backward = in FN() local214 size_t stop = cur_ix - short_match_max_backward; in FN()217 if (cur_ix < short_match_max_backward) { stop = 0; } in FN()