Searched refs:nice_match (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/lib/libz/
H A Ddeflate.h196 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
H A Ddeflate.c678 s->nice_match = configuration_table[s->level].nice_length;
785 s->nice_match = configuration_table[level].nice_length;
801 s->nice_match = nice_length;
1350 int nice_match = s->nice_match; /* stop if match long enough */ local
1384 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1472 if (len >= nice_match) break;
/openbsd-current/lib/libz/
H A Ddeflate.h196 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
H A Ddeflate.c678 s->nice_match = configuration_table[s->level].nice_length;
785 s->nice_match = configuration_table[level].nice_length;
801 s->nice_match = nice_length;
1350 int nice_match = s->nice_match; /* stop if match long enough */ local
1384 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1472 if (len >= nice_match) break;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
H A Ddeflate.c645 s->nice_match = configuration_table[level].nice_length;
666 s->nice_match = nice_length;
1255 s->nice_match = configuration_table[s->level].nice_length;
1286 int nice_match = s->nice_match; /* stop if match long enough */ local
1320 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1408 if (len >= nice_match) break;

Completed in 138 milliseconds