HomeSort by relevance Sort by last modified time
    Searched defs:cur_match (Results 1 - 2 of 2) sorted by null

  /external/zlib/contrib/masmx86/
match686.asm 37 ;uInt longest_match(s, cur_match)
39 ; IPos cur_match; /* current match */
42 cur_match equ dword ptr[esp+NbStack-0] define
208 ;;; Retrieve the function arguments. ecx will hold cur_match
304 ;;; match = s->window + cur_match;
308 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
409 ;;; s->match_start = cur_match;
gvmat32.asm 51 ;uInt longest_match_7fff(s, cur_match)
53 ; IPos cur_match; /* current match */
56 cur_match equ dword ptr[esp+NbStack-0] define
219 mov eax,cur_match
234 ; eax = ax = cur_match
250 ; cur_match = prev[cur_match & wmask]
253 ; if cur_match > limit, go to exitloop
262 ; if (scan_start==*(cur_match+window)) goto normalbeg2
270 ; cur_match = prev[cur_match & wmask]
    [all...]

Completed in 192 milliseconds