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

/illumos-gate/usr/src/boot/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S138 printf("#define dsNiceMatch %u\n",(int)(((char*)&(s->nice_match))-((char*)s)));
166 #define nice_match [ rcx + dsNiceMatch] define
238 //;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
242 mov eax, nice_match
515 ;;; if (len >= nice_match) break;
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c452 s->nice_match = configuration_table[level].nice_length;
473 s->nice_match = nice_length;
1003 s->nice_match = configuration_table[s->level].nice_length;
1042 int nice_match = s->nice_match; /* stop if match long enough */ local
1076 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1161 if (len >= nice_match) break;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c523 s->nice_match = configuration_table[level].nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;
1157 int nice_match = s->nice_match; /* stop if match long enough */ local
1191 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1276 if (len >= nice_match) break;
H A Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c309 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
913 s->nice_match = configuration_table[s->level].nice_length;
1056 if (len >= s->nice_match) break;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c470 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
1060 s->nice_match = configuration_table[level].nice_length;
1422 s->nice_match = configuration_table[s->level].nice_length;
1463 int nice_match = s->nice_match; /* stop if match long enough */ local
1502 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1597 if (len >= nice_match) break;

Completed in 83 milliseconds