Home
last modified time | relevance | path

Searched refs:scanstart (Results 1 – 7 of 7) sorted by relevance

/external/zlib/contrib/asm586/
Dmatch.S26 #define scanstart 16 /* first two bytes of string */ macro
170 movw %bx, scanstart(%esp)
241 cmpw scanstart(%esp), %ax
/external/zlib/contrib/asm686/
Dmatch.S39 #define scanstart 16 /* first two bytes of string */ macro
181 movl %ebx, scanstart(%esp)
225 cmpl scanstart(%esp), %eax
/external/zlib/contrib/amd64/
Damd64-match.S27 #define scanstart r12d macro
226 movzwl (%scan), %scanstart
/external/zlib/contrib/masm686/
Dmatch.asm228 mov [esp+scanstart], ebx
275 cmp eax, [esp+scanstart]
/external/zlib/contrib/masmx64/
Dgvmat64.asm74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
106 ; scanstart r12d
/external/zlib/contrib/masmx86/
Dgvmat32.asm778 mov [scanstart], ebx
822 cmp eax, [scanstart]
Dmatch686.asm124 scanstart equ esp + 16 ; first two bytes of string define