Searched defs:scanstart (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/amd64/
H A Damd64-match.S27 #define scanstart r12d define
226 movzwl (%scan), %scanstart
/vbox/src/libs/zlib-1.2.6/contrib/asm686/
H A Dmatch.S39 #define scanstart 16 /* first two bytes of string */ define
189 movl %ebx, scanstart(%esp)
233 cmpl scanstart(%esp), %eax
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm124 scanstart equ esp + 16 ; first two bytes of string define
292 mov [scanstart], ebx
336 cmp eax, [scanstart]

Completed in 55 milliseconds