Lines Matching refs:esp
42 cur_match equ dword ptr[esp+NbStack-0]
43 str_s equ dword ptr[esp+NbStack-4]
45 adrret equ dword ptr[esp+NbStack-8]
46 pushebp equ dword ptr[esp+NbStack-12]
47 pushedi equ dword ptr[esp+NbStack-16]
48 pushesi equ dword ptr[esp+NbStack-20]
49 pushebx equ dword ptr[esp+NbStack-24]
51 chain_length equ dword ptr [esp+NbStack-28]
52 limit equ dword ptr [esp+NbStack-32]
53 best_len equ dword ptr [esp+NbStack-36]
54 window equ dword ptr [esp+NbStack-40]
55 prev equ dword ptr [esp+NbStack-44]
56 scan_start equ word ptr [esp+NbStack-48]
57 wmask equ dword ptr [esp+NbStack-52]
58 match_start_ptr equ dword ptr [esp+NbStack-56]
59 nice_match equ dword ptr [esp+NbStack-60]
60 scan equ dword ptr [esp+NbStack-64]
62 windowlen equ dword ptr [esp+NbStack-68]
63 match_start equ dword ptr [esp+NbStack-72]
64 strend equ dword ptr [esp+NbStack-76]
120 chainlenwmask equ esp + 0 ; high word: current chain len
122 window equ esp + 4 ; local copy of s->window
123 windowbestlen equ esp + 8 ; s->window + bestlen
124 scanstart equ esp + 16 ; first two bytes of string
125 scanend equ esp + 12 ; last two bytes of string
126 scanalign equ esp + 20 ; dword-misalignment of string
127 nicematch equ esp + 24 ; a good enough match size
128 bestlen equ esp + 28 ; size of best match so far
129 scan equ esp + 32 ; ptr to string wanting match
132 ; saved ebx byte esp + 36
133 ; saved edi byte esp + 40
134 ; saved esi byte esp + 44
135 ; saved ebp byte esp + 48
136 ; return address byte esp + 52
137 deflatestate equ esp + 56 ; the function arguments
138 curmatch equ esp + 60
200 ;;; Save registers that the compiler may be using, and adjust esp to
207 sub esp, LocalVarsSize