Home
last modified time | relevance | path

Searched refs:prev_match (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/zlib/
A Ddeflate.h154 IPos prev_match; /* previous match */ member
A Ddeflate.c1647 s->prev_length = s->match_length, s->prev_match = s->match_start;
1679 check_match(s, s->strstart-1, s->prev_match, s->prev_length);
1681 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
/u-boot/drivers/mmc/
A Domap_hsmmc.c628 u8 cur_match, prev_match = 0; in omap_hsmmc_execute_tuning() local
672 if (prev_match) { in omap_hsmmc_execute_tuning()
683 single_point_failure = prev_match; in omap_hsmmc_execute_tuning()
691 prev_match = cur_match; in omap_hsmmc_execute_tuning()

Completed in 15 milliseconds