Searched refs:_tr_tally_dist (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Ddeflate.h330 # define _tr_tally_dist(s, distance, length, flush) \ macro
342 # define _tr_tally_dist(s, distance, length, flush) \ macro
H A Ddeflate.c1671 _tr_tally_dist(s, s->strstart - s->match_start,
1796 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
1906 _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Ddeflate.h315 # define _tr_tally_dist(s, distance, length, flush) \ macro
327 # define _tr_tally_dist(s, distance, length, flush) \ macro
H A Ddeflate.c1501 _tr_tally_dist(s, s->strstart - s->match_start,
1623 _tr_tally_dist(s, s->strstart -1 - s->prev_match,
1721 _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);

Completed in 39 milliseconds