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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm116 extern nice_match:DWORD
119 %define nicematch nice_match
152 %define nice_match [ rcx + dsNiceMatch]
218 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
222 ; on infozip nice_match = [nice_match]
224 mov eax, nice_match
454 ;;; if (len >= nice_match) break;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
260 ; on infozip nice_match = [nice_match]
262 mov eax, nice_match
494 ;;; if (len >= nice_match) break;
/external/zlib/src/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;
/external/chromium_org/third_party/zlib/
H A 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;
H A Ddeflate.h193 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c522 s->nice_match = configuration_table[level].nice_length;
543 s->nice_match = nice_length;
1116 s->nice_match = configuration_table[s->level].nice_length;
1156 int nice_match = s->nice_match; /* stop if match long enough */ local
1190 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1275 if (len >= nice_match) break;
H A Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/external/qemu/distrib/zlib-1.2.8/
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
/external/zlib/src/
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
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
412 ;;; if (len >= nice_match) break;

Completed in 521 milliseconds