Searched refs:curmatch (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/libz-sys/src/zlib/contrib/amd64/ |
D | amd64-match.S | 19 #define curmatch rsi macro 251 movzwl (%prev, %curmatch, 2), %curmatchd 256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw 258 cmpw %scanstartw, (%window, %curmatch) 270 lea (%curmatch, %window), %windowbestlen
|
/external/rust/crates/libz-sys/src/zlib/contrib/asm686/ |
D | match.S | 53 #define curmatch 60 macro 112 movl curmatch(%esp), %ecx
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/ |
D | match686.asm | 138 curmatch equ esp + 60 define 190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 7809 McastResolver *curmatch = mDNSNULL; in GetTimeoutForMcastQuestion() local 7821 curmatch = curr; in GetTimeoutForMcastQuestion() 7825 …o("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch, in GetTimeoutForMcastQuestion() 7826 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion() 7827 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion() 7833 DNSServer *curmatch = mDNSNULL; in SetValidDNSServers() local 7870 curmatch = curr; in SetValidDNSServers() 7894 DNSServer *curmatch = mDNSNULL; in GetBestServer() local 7957 …{ currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime;… in GetBestServer() 7962 return curmatch; in GetBestServer() [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | gvmat64.asm | 98 ; curmatch rsi
|