Lines Matching refs:bflush
41806 var bflush; /* set if current block must be flushed */
41852 bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH);
41892 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
41897 if (bflush) {
41934 var bflush; /* set if current block must be flushed */
42000 bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);
42021 if (bflush) {
42037 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);
42039 if (bflush) {
42062 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);
42095 var bflush; /* set if current block must be flushed */
42141 bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH);
42150 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
42155 if (bflush) {
42190 var bflush; /* set if current block must be flushed */
42208 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
42211 if (bflush) {