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

  /external/zlib/src/contrib/asm686/
match.S 39 #define scanstart 16 /* first two bytes of string */ define
189 movl %ebx, scanstart(%esp)
233 cmpl scanstart(%esp), %eax
  /external/zlib/src/contrib/amd64/
amd64-match.S 27 #define scanstart r12d define
226 movzwl (%scan), %scanstart
  /external/zlib/src/contrib/masmx86/
match686.asm 124 scanstart equ esp + 16 ; first two bytes of string define
292 mov [scanstart], ebx
336 cmp eax, [scanstart]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
106 ; scanstart r12d
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 56 ;%define scanstart rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w

Completed in 43 milliseconds