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

/vbox/src/libs/zlib-1.2.6/contrib/amd64/
H A Damd64-match.S16 #define scanend ebx define
227 movzwl -1(%scan, %bestlen), %scanend
421 movzwl -1(%scan, %rax), %scanend
/vbox/src/libs/zlib-1.2.6/contrib/asm686/
H A Dmatch.S40 #define scanend 12 /* last two bytes of string */ define
191 movl %ebx, scanend(%esp)
214 * %ebx = scanend
303 movl scanend(%esp), %ebx
322 movl %ebx, scanend(%esp)
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm125 scanend equ esp + 12 ; last two bytes of string define
294 mov [scanend], ebx
317 ;;; ebx = scanend
406 mov ebx, [scanend]
425 mov [scanend], ebx

Completed in 57 milliseconds