Searched defs:MAX_MATCH (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/gzip/
H A Dzutil.h65 #define MAX_MATCH 258 macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzutil.h78 #define MAX_MATCH 258 macro
/external/qemu/distrib/zlib-1.2.8/
H A Dzutil.h76 #define MAX_MATCH 258 macro
/external/zlib/src/
H A Dzutil.h76 #define MAX_MATCH 258 macro
/external/zlib/
H A Dzutil.h76 #define MAX_MATCH 258 macro
/external/chromium_org/third_party/zlib/
H A Dzutil.h87 #define MAX_MATCH 258 macro
/external/zlib/src/contrib/amd64/
H A Damd64-match.S39 #define MAX_MATCH (258) define
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/asm686/
H A Dmatch.S28 #define MAX_MATCH (258) define
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/gcc_gvmat64/
H A Dgvmat64.S93 #define MAX_MATCH 258 define
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/masmx64/
H A Dgvmat64.asm120 MAX_MATCH equ 258 define
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
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm106 MAX_MATCH equ 258 define
108 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
112 MAX_MATCH equ 258 define
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

Completed in 1824 milliseconds