| /src/common/dist/zlib/ |
| zutil.h | 99 #define MAX_MATCH 258
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zutil.h | 85 #define MAX_MATCH 258
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zutil.h | 85 #define MAX_MATCH 258
|
| /src/external/gpl3/gdb/dist/zlib/ |
| zutil.h | 85 #define MAX_MATCH 258
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zutil.h | 85 #define MAX_MATCH 258
|
| /src/common/dist/zlib/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
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zutil.h | 89 #define MAX_MATCH 258
|
| /src/external/gpl3/binutils/dist/zlib/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
|
| /src/external/gpl3/binutils/dist/zlib/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)
|
| /src/external/gpl3/binutils/dist/zlib/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
|
| /src/external/gpl3/binutils/dist/zlib/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
|
| /src/external/gpl3/binutils.old/dist/zlib/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
|
| /src/external/gpl3/binutils.old/dist/zlib/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)
|
| /src/external/gpl3/binutils.old/dist/zlib/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
|
| /src/external/gpl3/binutils.old/dist/zlib/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
|
| /src/external/gpl3/gdb/dist/zlib/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
|
| /src/external/gpl3/gdb/dist/zlib/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)
|
| /src/external/gpl3/gdb/dist/zlib/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
|
| /src/external/gpl3/gdb/dist/zlib/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
|
| /src/external/gpl3/gdb.old/dist/zlib/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
|
| /src/external/gpl3/gdb.old/dist/zlib/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)
|
| /src/external/gpl3/gdb.old/dist/zlib/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
|
| /src/external/gpl3/gdb.old/dist/zlib/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
|
| /src/external/gpl3/binutils/dist/zlib/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
|
| /src/external/gpl3/binutils.old/dist/zlib/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
|