Home
last modified time | relevance | path

Searched refs:nice_match (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
Ddeflate.c455 s->nice_match = configuration_table[level].nice_length;
476 s->nice_match = nice_length;
1045 s->nice_match = configuration_table[s->level].nice_length;
1084 int nice_match = s->nice_match; /* stop if match long enough */ local
1118 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1203 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/third_party/zlib/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/third_party/node/deps/zlib/
Ddeflate.c720 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
827 s->nice_match = configuration_table[level].nice_length; in deflateParams()
843 s->nice_match = nice_length; in deflateTune()
1401 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
1435 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; in longest_match()
1541 if (len >= nice_match) break; in longest_match()
Ddeflate.h198 int nice_match; /* Stop searching when current match exceeds this */ member
/third_party/zlib/
Ddeflate.c646 s->nice_match = configuration_table[level].nice_length;
667 s->nice_match = nice_length;
1256 s->nice_match = configuration_table[s->level].nice_length;
1287 int nice_match = s->nice_match; /* stop if match long enough */ local
1321 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1409 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/third_party/skia/third_party/externals/zlib/
Ddeflate.c655 s->nice_match = configuration_table[level].nice_length;
676 s->nice_match = nice_length;
1250 s->nice_match = configuration_table[s->level].nice_length;
1290 int nice_match = s->nice_match; /* stop if match long enough */ local
1324 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1427 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/third_party/node/deps/v8/third_party/zlib/
Ddeflate.c661 s->nice_match = configuration_table[level].nice_length;
682 s->nice_match = nice_length;
1258 s->nice_match = configuration_table[s->level].nice_length;
1298 int nice_match = s->nice_match; /* stop if match long enough */ local
1332 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1435 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member