Lines Matching refs:bflush
63745 var bflush;
63803 bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH);
63849 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
63854 if (bflush) {
63905 var bflush;
63988 bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);
64012 if (bflush) {
64030 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);
64032 if (bflush) {
64059 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);
64099 var bflush;
64159 bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH);
64168 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
64173 if (bflush) {
64220 var bflush;
64244 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
64248 if (bflush) {