Home
last modified time | relevance | path

Searched refs:zlib1222add (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/masmx86/
Dmatch686.asm35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
74 ; all the +zlib1222add offsets are due to the addition of fields
80 zlib1222add equ 8 define
83 dep_chain_length equ 74h+zlib1222add
84 dep_window equ 30h+zlib1222add
85 dep_strstart equ 64h+zlib1222add
86 dep_prev_length equ 70h+zlib1222add
87 dep_nice_match equ 88h+zlib1222add
88 dep_w_size equ 24h+zlib1222add
89 dep_prev equ 38h+zlib1222add
[all …]
/external/zlib/src/contrib/asm686/
Dmatch.S62 #define zlib1222add (8) macro
64 #define dsWSize (36+zlib1222add)
65 #define dsWMask (44+zlib1222add)
66 #define dsWindow (48+zlib1222add)
67 #define dsPrev (56+zlib1222add)
68 #define dsMatchLen (88+zlib1222add)
69 #define dsPrevMatch (92+zlib1222add)
70 #define dsStrStart (100+zlib1222add)
71 #define dsMatchStart (104+zlib1222add)
72 #define dsLookahead (108+zlib1222add)
[all …]
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm43 ; Be carrefull to adapt zlib1222add below to your version of zLib
45 ; value of zlib1222add later)
132 ; all the +zlib1222add offsets are due to the addition of fields
163 IFNDEF zlib1222add
164 zlib1222add equ 8 define
166 dsWSize equ 56+zlib1222add+(zlib1222add/2)
167 dsWMask equ 64+zlib1222add+(zlib1222add/2)
168 dsWindow equ 72+zlib1222add
169 dsPrev equ 88+zlib1222add
170 dsMatchLen equ 128+zlib1222add
[all …]