Home
last modified time | relevance | path

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

/external/zlib/contrib/masmx64/
Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
/external/chromium/third_party/zlib/
Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/external/zlib/
Ddeflate.c443 s->nice_match = configuration_table[level].nice_length;
464 s->nice_match = nice_length;
1033 s->nice_match = configuration_table[s->level].nice_length;
1072 int nice_match = s->nice_match; /* stop if match long enough */ local
1106 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1191 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/contrib/masmx86/
Dgvmat32.asm728 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
898 ;;; if (len >= nice_match) break;
Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/external/zlib/contrib/masm686/
Dmatch.asm177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;