Lines Matching refs:to

10 ; File written by Gilles Vollant, by converting to assembly the longest_match

20 ; Permission is granted to anyone to use this software for any purpose,
21 ; including commercial applications, and to alter it and redistribute it
22 ; freely, subject to the following restrictions:
38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
129 ;;; program to crash horribly, without so much as a warning at
132 ; all the +zlib1222add offsets are due to the addition of fields
203 ;;; Save registers that the compiler may be using, and adjust esp to
208 ;;; throughout the entire function. edx will hold the pointer to the
248 ;;; It is then shifted into the high word, to make room for the wmask
403 ;;; Point edi to the string under scrutiny, and esi to the string we
404 ;;; are hoping to match it up with. In actuality, esi and edi are
406 ;;; initialized to -(MAX_MATCH_8 - scanalign).
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
423 ;;; bytes, as much as necessary in order to dword-align the edi
480 ;;; have so far, then forget it and return to the lookup loop.
545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0