Searched defs:curmatch (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/zlib-1.2.6/contrib/amd64/ |
H A D | 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
|
/vbox/src/libs/zlib-1.2.6/contrib/asm686/ |
H A D | match.S | 53 #define curmatch 60 define 85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */ 112 movl curmatch(%esp), %ecx 215 * %ecx = curmatch
|
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/ |
H A D | match686.asm | 138 curmatch equ esp + 60 define 190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch) 215 mov ecx, [curmatch] 318 ;;; ecx = curmatch
|
Completed in 1537 milliseconds