Searched refs:nicematch (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/asm686/
H A Dmatch.S42 #define nicematch 24 /* a good enough match size */ define
146 LookaheadLess: movl %ebx, nicematch(%esp)
312 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S28 #define nicematch 24 /* a good enough match size */ define
107 LookaheadLess: movl %ebx, nicematch(%esp)
323 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S28 #define nicematch 24 /* a good enough match size */ define
124 LookaheadLess: movl %ebx, nicematch(%esp)
290 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm586/
H A Dmatch.S28 #define nicematch 24 /* a good enough match size */ define
107 LookaheadLess: movl %ebx, nicematch(%esp)
323 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm686/
H A Dmatch.S28 #define nicematch 24 /* a good enough match size */ define
124 LookaheadLess: movl %ebx, nicematch(%esp)
290 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/asm686/
H A Dmatch.S42 #define nicematch 24 /* a good enough match size */ define
146 LookaheadLess: movl %ebx, nicematch(%esp)
312 LongerMatch: movl nicematch(%esp), %ebx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/amd64/
H A Damd64-match.S30 #define nicematch r14d define
189 LookaheadLess: movl %ebx, %nicematch
415 cmpl %nicematch, %eax
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S74 #define nicematch (rsp + 16 - LocalVarsSize) define
247 mov [nicematch],r10d
521 cmp eax, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/amd64/
H A Damd64-match.S30 #define nicematch r14d define
189 LookaheadLess: movl %ebx, %nicematch
415 cmpl %nicematch, %eax
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S74 #define nicematch (rsp + 16 - LocalVarsSize) define
247 mov [nicematch],r10d
521 cmp eax, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm117 nicematch = 24 ; a good enough match size define
185 mov [esp+nicematch], ebx
367 mov ebx, [esp+nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm117 nicematch = 24 ; a good enough match size define
185 mov [esp+nicematch], ebx
367 mov ebx, [esp+nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm61 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define
118 nicematch equ nice_match define
228 mov [nicematch],r10d
460 cmp eax, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm61 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define
118 nicematch equ nice_match define
228 mov [nicematch],r10d
460 cmp eax, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm61 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define
118 nicematch equ nice_match define
228 mov [nicematch],r10d
460 cmp eax, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm81 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]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm81 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]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm127 nicematch equ esp + 24 ; a good enough match size define
249 LookaheadLess: mov [nicematch], ebx
415 LongerMatch: mov ebx, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm127 nicematch equ esp + 24 ; a good enough match size define
249 LookaheadLess: mov [nicematch], ebx
415 LongerMatch: mov ebx, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm621 nicematch equ esp + 24 ; a good enough match size define
735 LookaheadLess: mov [nicematch], ebx
901 LongerMatch: mov ebx, [nicematch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm621 nicematch equ esp + 24 ; a good enough match size define
735 LookaheadLess: mov [nicematch], ebx
901 LongerMatch: mov ebx, [nicematch]

Completed in 93 milliseconds