Searched refs:prev_match (Results 1 – 4 of 4) sorted by relevance
164 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local169 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()226 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()227 prev_match = curr_match; in mtrr_type_lookup_variable()232 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()236 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()237 return prev_match; in mtrr_type_lookup_variable()
328 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local381 if (prev_match) { in sdhci_omap_execute_tuning()391 single_point_failure = prev_match; in sdhci_omap_execute_tuning()399 prev_match = cur_match; in sdhci_omap_execute_tuning()
1042 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()1073 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()1075 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()
132 IPos prev_match; /* previous match */ member