HomeSort by relevance Sort by last modified time
    Searched refs:scanend (Results 1 - 4 of 4) sorted by null

  /external/zlib/src/contrib/asm686/
match.S 40 #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)
  /external/zlib/src/contrib/amd64/
amd64-match.S 16 #define scanend ebx define
227 movzwl -1(%scan, %bestlen), %scanend
421 movzwl -1(%scan, %rax), %scanend
  /external/zlib/src/contrib/masmx86/
match686.asm 125 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
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
95 ; scanend ebx
375 ;;; ebx = scanend

Completed in 116 milliseconds