HomeSort by: relevance | last modified time | path
    Searched refs:good_match (Results 1 - 16 of 16) 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] define
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
  /src/external/gpl3/binutils/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] define
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
  /src/external/gpl3/binutils.old/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] define
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
deflate.c 95 /* Values for max_lazy_match, good_match and max_chain_length, depending on
683 s->good_match = configuration_table[s->level].good_length;
790 s->good_match = configuration_table[level].good_length;
805 s->good_match = (uInt)good_length;
1384 if (s->prev_length >= s->good_match) {
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.h 185 uInt good_match; member in struct:internal_state
deflate.c 123 /* Values for max_lazy_match, good_match and max_chain_length, depending on
451 s->good_match = configuration_table[level].good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
1070 if (s->prev_length >= s->good_match) {
  /src/external/gpl3/binutils/dist/zlib/
deflate.h 195 uInt good_match; member in struct:internal_state
deflate.c 93 /* Values for max_lazy_match, good_match and max_chain_length, depending on
681 s->good_match = configuration_table[s->level].good_length;
788 s->good_match = configuration_table[level].good_length;
803 s->good_match = (uInt)good_length;
1382 if (s->prev_length >= s->good_match) {
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.h 191 uInt good_match; member in struct:internal_state
deflate.c 115 /* Values for max_lazy_match, good_match and max_chain_length, depending on
649 s->good_match = configuration_table[level].good_length;
669 s->good_match = (uInt)good_length;
1244 s->good_match = configuration_table[s->level].good_length;
1313 if (s->prev_length >= s->good_match) {
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
gvmat64.asm 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
gvmat64.asm 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
match686.asm 219 ;;; if (s->prev_length >= s->good_match) {
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
match686.asm 219 ;;; if (s->prev_length >= s->good_match) {
  /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 39 milliseconds