Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
Dopt-gvmat64.asm116 extern nice_match:DWORD
119 %define nicematch nice_match
152 %define nice_match [ rcx + dsNiceMatch]
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/external/qemu/distrib/zlib-1.2.8/
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;
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
/external/chromium_org/third_party/zlib/
Ddeflate.c449 s->nice_match = configuration_table[level].nice_length;
470 s->nice_match = nice_length;
1057 s->nice_match = configuration_table[s->level].nice_length;
1148 int nice_match = s->nice_match; /* stop if match long enough */ local
1182 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1280 if (len >= nice_match) break;
Ddeflate.h193 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/src/
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;
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c522 s->nice_match = configuration_table[level].nice_length; in deflateParams()
543 s->nice_match = nice_length; in deflateTune()
1116 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
1156 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
1190 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
1275 if (len >= nice_match) break; in longest_match()
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/src/contrib/masmx86/
Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define