Searched defs:curmatch (Results 1 - 4 of 4) sorted by relevance

/external/zlib/src/contrib/amd64/
H A Damd64-match.S19 #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/src/contrib/asm686/
H A Dmatch.S53 #define curmatch 60 define
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
112 movl curmatch(%esp), %ecx
215 * %ecx = curmatch
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm138 curmatch equ esp + 60 define
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
215 mov ecx, [curmatch]
318 ;;; ecx = curmatch
/external/mdnsresponder/mDNSCore/
H A DmDNS.c7809 McastResolver *curmatch = mDNSNULL; local
7821 curmatch = curr;
7825 LogInfo("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch,
7826 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
7827 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
7833 DNSServer *curmatch = mDNSNULL; local
7870 curmatch
7894 DNSServer *curmatch = mDNSNULL; local
7968 DNSServer *curmatch = mDNSNULL; local
7995 DNSServer *curmatch = mDNSNULL; local
[all...]

Completed in 201 milliseconds