Searched defs:nice_match (Results 1 - 8 of 8) sorted by relevance

/external/zlib/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/zlib/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/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;
H A Dgvmat32.asm73 nice_match equ dword ptr [esp+NbStack-60] define
173 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
185 mov nice_match,edi
498 cmp esi,nice_match ; if best_len >= nice_match, exit
728 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
898 ;;; if (len >= nice_match) break;
/external/qemu/distrib/zlib-1.2.3/
H A 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;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/external/zlib/
H A Ddeflate.c521 s->nice_match = configuration_table[level].nice_length;
542 s->nice_match = nice_length;
1115 s->nice_match = configuration_table[s->level].nice_length;
1155 int nice_match = s->nice_match; /* stop if match long enough */ local
1189 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1274 if (len >= nice_match) break;
H A Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 122 milliseconds