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

  /external/zlib/contrib/amd64/
amd64-match.S 19 #define curmatch rsi define
143 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
147 * Retrieve the function arguments. %curmatch will hold cur_match
251 movzwl (%prev, %curmatch, 2), %curmatchd
256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw
258 cmpw %scanstartw, (%window, %curmatch)
270 lea (%curmatch, %window), %windowbestlen
  /external/zlib/contrib/asm586/
match.S 39 #define curmatch 60 define
79 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
98 movl curmatch(%esp), %ecx
201 * %ecx = curmatch
202 * %edx = curmatch & wmask
  /external/zlib/contrib/asm686/
match.S 53 #define curmatch 60 define
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
112 movl curmatch(%esp), %ecx
215 * %ecx = curmatch
  /external/zlib/contrib/masm686/
match.asm 98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
131 curmatch = 60 define
150 mov ecx, [esp+curmatch]
252 ; * %ecx = curmatch
  /external/zlib/contrib/masmx86/
match686.asm 138 curmatch equ esp + 60 define
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
215 mov ecx, [curmatch]
318 ;;; ecx = curmatch
gvmat32.asm 632 curmatch equ esp + 60 define
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
701 mov ecx, [curmatch]
804 ;;; ecx = curmatch
  /external/mdnsresponder/mDNSCore/
mDNS.c 7809 McastResolver *curmatch = mDNSNULL; local
7833 DNSServer *curmatch = mDNSNULL; local
7894 DNSServer *curmatch = mDNSNULL; local
7968 DNSServer *curmatch = mDNSNULL; local
7995 DNSServer *curmatch = mDNSNULL; local
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 98 ; curmatch rsi
376 ;;; r8d = curmatch

Completed in 69 milliseconds