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

  /external/chromium_org/third_party/zlib/
trees.h 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
deflate.c     [all...]
deflate.h 120 * wSize-MAX_MATCH bytes, but this ensures that IO is always
283 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
293 #define WIN_INIT MAX_MATCH
zutil.h 87 #define MAX_MATCH 258
trees.c 109 uch _length_code[MAX_MATCH-MIN_MATCH+1];
361 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
362 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.h 102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
deflate.c 113 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
    [all...]
deflate.h 117 * wSize-MAX_MATCH bytes, but this ensures that IO is always
271 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
trees.c 108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
357 fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
358 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
    [all...]
zutil.h 82 #define MAX_MATCH 258
  /external/zlib/src/
trees.h 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
deflate.c     [all...]
deflate.h 120 * wSize-MAX_MATCH bytes, but this ensures that IO is always
281 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
291 #define WIN_INIT MAX_MATCH
trees.c 104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
357 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
    [all...]
zutil.h 76 #define MAX_MATCH 258
  /external/zlib/src/contrib/asm686/
match.S 28 #define MAX_MATCH (258)
30 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
31 #define MAX_MATCH_8 ((MAX_MATCH + 7) & ~7)
285 /* Calculate the length of the match. If it is longer than MAX_MATCH, */
291 cmpl $MAX_MATCH, %eax
329 movl $MAX_MATCH, bestlen(%esp)
  /external/zlib/src/contrib/amd64/
amd64-match.S 39 #define MAX_MATCH (258)
41 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
42 #define MAX_MATCH_8 ((MAX_MATCH + 7) & ~7)
389 /* Calculate the length of the match. If it is longer than MAX_MATCH, */
394 cmpl $MAX_MATCH, %eax
429 movl $MAX_MATCH, %bestlend
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 93 #define MAX_MATCH 258
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
488 //;;; Calculate the length of the match. If it is longer than MAX_MATCH,
493 cmp eax, MAX_MATCH
538 mov r11d,MAX_MATCH
  /external/zlib/src/contrib/masmx86/
match686.asm 106 MAX_MATCH equ 258
108 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
112 MAX_MATCH equ 258
114 MIN_LOOKAHEAD equ (MAX_MATCH + MIN_MATCH + 1)
115 MAX_MATCH_8_ equ ((MAX_MATCH + 7) AND 0FFF0h)
388 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
394 cmp eax, MAX_MATCH
432 mov dword ptr [bestlen], MAX_MATCH
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 83 %define MAX_MATCH 258
85 %define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
431 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
436 cmp eax, MAX_MATCH
473 mov r11d,MAX_MATCH
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 120 MAX_MATCH equ 258
122 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
471 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
476 cmp eax, MAX_MATCH
513 mov r11d,MAX_MATCH

Completed in 367 milliseconds