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

  /external/zlib/src/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/src/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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 523 s->nice_match = configuration_table[level].nice_length;
544 s->nice_match = nice_length;
1157 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/pdfium/third_party/zlib_v128/
deflate.c 522 s->nice_match = configuration_table[level].nice_length;
543 s->nice_match = nice_length;
1156 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
  /external/syslinux/com32/lib/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
  /external/zlib/src/
deflate.c 523 s->nice_match = configuration_table[level].nice_length;
544 s->nice_match = nice_length;
1157 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 191 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
  /external/zlib/src/contrib/masmx86/
match686.asm 59 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 199 milliseconds