Searched refs:prev_match (Results 1 – 6 of 6) sorted by relevance
/openbmc/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,
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-omap.c | 327 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local 380 if (prev_match) { in sdhci_omap_execute_tuning() 390 single_point_failure = prev_match; in sdhci_omap_execute_tuning() 398 prev_match = cur_match; in sdhci_omap_execute_tuning()
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 1049 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow() 1080 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow() 1082 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
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 621 u8 cur_match, prev_match = 0; in omap_hsmmc_execute_tuning() local 665 if (prev_match) { in omap_hsmmc_execute_tuning() 676 single_point_failure = prev_match; in omap_hsmmc_execute_tuning() 684 prev_match = cur_match; in omap_hsmmc_execute_tuning()
|