Home
last modified time | relevance | path

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

/external/zlib/src/contrib/asm686/
Dmatch.S39 #define scanstart 16 /* first two bytes of string */ macro
189 movl %ebx, scanstart(%esp)
233 cmpl scanstart(%esp), %eax
/external/zlib/src/contrib/amd64/
Damd64-match.S27 #define scanstart r12d macro
226 movzwl (%scan), %scanstart
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
106 ; scanstart r12d
/external/zlib/src/contrib/masmx86/
Dmatch686.asm124 scanstart equ esp + 16 ; first two bytes of string define