Searched refs:prev_match (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 165 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local 170 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable() 227 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable() 228 prev_match = curr_match; in mtrr_type_lookup_variable() 233 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable() 237 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable() 238 return prev_match; in mtrr_type_lookup_variable()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-omap.c | 300 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local 353 if (prev_match) { in sdhci_omap_execute_tuning() 363 single_point_failure = prev_match; in sdhci_omap_execute_tuning() 371 prev_match = cur_match; in sdhci_omap_execute_tuning()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.h | 154 IPos prev_match; /* previous match */ member
|
| H A D | deflate.c | 1646 s->prev_length = s->match_length, s->prev_match = s->match_start; 1678 check_match(s, s->strstart-1, s->prev_match, s->prev_length); 1680 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 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()
|
| H A D | defutil.h | 132 IPos prev_match; /* previous match */ member
|