HomeSort by relevance Sort by last modified time
    Searched refs:nice_match (Results 1 - 9 of 9) sorted by null

  /external/zlib/contrib/masmx64/
gvmat64.asm 154 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/gcc_gvmat64/
gvmat64.S 138 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/masm686/
match.asm 177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
363 ;/* if (len >= nice_match) break; */
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
1036 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
  /external/zlib/contrib/masmx86/
gvmat32.asm 73 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;
match686.asm 59 nice_match equ dword ptr [esp+NbStack-60] define
241 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
411 ;;; if (len >= nice_match) break;
  /external/zlib/
deflate.c 443 s->nice_match = configuration_table[level].nice_length;
464 s->nice_match = nice_length;
1072 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 726 milliseconds