/external/zlib/src/contrib/amd64/ |
amd64-match.S | 30 #define nicematch r14d define 189 LookaheadLess: movl %ebx, %nicematch 415 cmpl %nicematch, %eax
|
/external/zlib/src/contrib/asm686/ |
match.S | 42 #define nicematch 24 /* a good enough match size */ define 146 LookaheadLess: movl %ebx, nicematch(%esp) 312 LongerMatch: movl nicematch(%esp), %ebx
|
/external/zlib/src/contrib/gcc_gvmat64/ |
gvmat64.S | 74 #define nicematch (rsp + 16 - LocalVarsSize)
define 247 mov [nicematch],r10d
521 cmp eax, [nicematch]
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size
define 109 ; nicematch r14d
157 nicematch equ nice_match
define 267 mov [nicematch],r10d
500 cmp eax, [nicematch]
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 127 nicematch equ esp + 24 ; a good enough match size
define 249 LookaheadLess: mov [nicematch], ebx
415 LongerMatch: mov ebx, [nicematch]
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.h | 285 unsigned nicematch; /*stop searching if >= this length found. Set to 258 for best compression. Default: 128*/ member in struct:LodePNGCompressSettings [all...] |