HomeSort by: relevance | last modified time | path
    Searched defs:good_match (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch] macro
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
  /src/common/dist/zlib/
deflate.h 197 uInt good_match; member in struct:internal_state
  /src/sys/net/
zlib.c 458 uInt good_match; member in struct:deflate_state
722 /* Values for max_lazy_match, good_match and max_chain_length, depending on
998 s->good_match = configuration_table[level].good_length;
1321 s->good_match = configuration_table[s->level].good_length;
1386 if (s->prev_length >= s->good_match) {

Completed in 17 milliseconds