Home | History | Annotate | Download | only in gcc_gvmat64

Lines Matching full:zlib

13 ;  from Jean-loup Gailly in deflate.c of zLib and infoZip zip.

33 ; http://www.zlib.net
37 ; to compile this file for zLib, I use option:
87 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
89 ; (if you compile with zlib 1.0.4 or older, remove the +4).
106 ; in zlib in the deflate_state structure since the asm code was first written
107 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
108 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
109 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
237 //;;; on zlib only