| /src/common/dist/zlib/contrib/gcc_gvmat64/ |
| gvmat64.S | 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch]
define 214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
|
| /src/external/gpl3/binutils/dist/zlib/contrib/gcc_gvmat64/ |
| gvmat64.S | 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch]
define 214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
|
| /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch]
define 233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/gcc_gvmat64/ |
| gvmat64.S | 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch]
define 214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch]
define 233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
|
| /src/external/gpl3/gdb/dist/zlib/contrib/gcc_gvmat64/ |
| gvmat64.S | 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch]
define 214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
|
| /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch]
define 233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/gcc_gvmat64/ |
| gvmat64.S | 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch]
define 214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/ |
| gvmat64.asm | 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch]
define 233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
|
| /src/common/dist/zlib/ |
| deflate.h | 197 uInt good_match; member in struct:internal_state
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.h | 185 uInt good_match; member in struct:internal_state
|
| /src/external/gpl3/binutils/dist/zlib/ |
| deflate.h | 195 uInt good_match; member in struct:internal_state
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| deflate.h | 191 uInt good_match; member in struct:internal_state
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| deflate.h | 191 uInt good_match; member in struct:internal_state
|
| /src/external/gpl3/gdb/dist/zlib/ |
| deflate.h | 195 uInt good_match; member in struct:internal_state
|
| /src/sys/net/ |
| zlib.c | 458 uInt good_match; member in struct:deflate_state 722 /* Values for max_lazy_match, good_match and max_chain_length, depending on 998 s->good_match = configuration_table[level].good_length; 1321 s->good_match = configuration_table[s->level].good_length; 1386 if (s->prev_length >= s->good_match) {
|