Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/
Dmatch_tpl.h40 uint32_t chain_length, nice_match, best_len, offset; in LONGEST_MATCH() local
85 nice_match = (uint32_t)s->nice_match; in LONGEST_MATCH()
146 if (best_len >= nice_match) in LONGEST_MATCH()
Ddeflate.h199 int nice_match; /* Stop searching when current match exceeds this */ member
Ddeflate.c634 s->nice_match = configuration_table[level].nice_length; in PREFIX()
650 s->nice_match = nice_length; in PREFIX()
1182 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/
Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
/external/rust/crates/libz-sys/src/zlib/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/external/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
/external/python/cpython2/Modules/zlib/
Ddeflate.c609 s->nice_match = configuration_table[level].nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
1245 int nice_match = s->nice_match; /* stop if match long enough */ local
1279 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1364 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/external/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
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c609 s->nice_match = configuration_table[level].nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
1245 int nice_match = s->nice_match; /* stop if match long enough */ local
1279 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1364 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/
Dzlib-v1.2.11-x86_64-linux-gnu.abi327 …<var-decl name='nice_match' type-id='type-id-22' visibility='default' filepath='src.d/deflate.h' l…