Searched defs:nice_match (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/ast/src/cmd/INIT/
H A Dratz.c1398 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 102 milliseconds