Searched refs:prev_match (Results 1 – 3 of 3) sorted by relevance
164 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local172 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()229 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()230 prev_match = curr_match; in mtrr_type_lookup_variable()235 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()239 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()240 return prev_match; in mtrr_type_lookup_variable()
130 IPos prev_match; /* previous match */ member
1038 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()1069 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()1071 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()