MIN_MATCH         113 tools/packfi2/deflate.c #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
MIN_MATCH         185 tools/packfi2/deflate.c    (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
MIN_MATCH         190 tools/packfi2/deflate.c    (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
MIN_MATCH         285 tools/packfi2/deflate.c     s->hash_shift =  ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
MIN_MATCH         334 tools/packfi2/deflate.c     if (length < MIN_MATCH) return Z_OK;
MIN_MATCH         349 tools/packfi2/deflate.c     for (n = 0; n <= length - MIN_MATCH; n++) {
MIN_MATCH        1003 tools/packfi2/deflate.c     s->match_length = s->prev_length = MIN_MATCH-1;
MIN_MATCH        1197 tools/packfi2/deflate.c     if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1;
MIN_MATCH        1222 tools/packfi2/deflate.c     if (len < MIN_MATCH) return MIN_MATCH - 1;
MIN_MATCH        1346 tools/packfi2/deflate.c         if (s->lookahead >= MIN_MATCH) {
MIN_MATCH        1349 tools/packfi2/deflate.c #if MIN_MATCH != 3
MIN_MATCH        1350 tools/packfi2/deflate.c             Call UPDATE_HASH() MIN_MATCH-3 more times
MIN_MATCH        1472 tools/packfi2/deflate.c         if (s->lookahead >= MIN_MATCH) {
MIN_MATCH        1498 tools/packfi2/deflate.c         if (s->match_length >= MIN_MATCH) {
MIN_MATCH        1502 tools/packfi2/deflate.c                            s->match_length - MIN_MATCH, bflush);
MIN_MATCH        1511 tools/packfi2/deflate.c                 s->lookahead >= MIN_MATCH) {
MIN_MATCH        1528 tools/packfi2/deflate.c #if MIN_MATCH != 3
MIN_MATCH        1529 tools/packfi2/deflate.c                 Call UPDATE_HASH() MIN_MATCH-3 more times
MIN_MATCH        1579 tools/packfi2/deflate.c         if (s->lookahead >= MIN_MATCH) {
MIN_MATCH        1586 tools/packfi2/deflate.c         s->match_length = MIN_MATCH-1;
MIN_MATCH        1603 tools/packfi2/deflate.c                 || (s->match_length == MIN_MATCH &&
MIN_MATCH        1611 tools/packfi2/deflate.c                 s->match_length = MIN_MATCH-1;
MIN_MATCH        1617 tools/packfi2/deflate.c         if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) {
MIN_MATCH        1618 tools/packfi2/deflate.c             uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
MIN_MATCH        1624 tools/packfi2/deflate.c                            s->prev_length - MIN_MATCH, bflush);
MIN_MATCH        1639 tools/packfi2/deflate.c             s->match_length = MIN_MATCH-1;
MIN_MATCH        1719 tools/packfi2/deflate.c         if (run >= MIN_MATCH) {
MIN_MATCH        1721 tools/packfi2/deflate.c             _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);
MIN_MATCH         271 tools/packfi2/deflate.h #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
MIN_MATCH         108 tools/packfi2/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1];
MIN_MATCH         358 tools/packfi2/trees.c     for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
MIN_MATCH         360 tools/packfi2/trees.c                 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
MIN_MATCH        1037 tools/packfi2/trees.c                (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
MIN_MATCH         102 tools/packfi2/trees.h const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {