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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c470 s->nice_match = configuration_table[level].nice_length;
491 s->nice_match = nice_length;
1021 s->nice_match = configuration_table[s->level].nice_length;
1060 int nice_match = s->nice_match; /* stop if match long enough */ local
1094 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1179 if (len >= nice_match) break;
H A Ddeflate.h212 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 2874 milliseconds