/external/zlib/contrib/puff/ |
Makefile | 0 puff: puff.c puff.h 2 cc -DTEST -o puff puff.c 4 test: puff 5 puff zeros.raw 8 rm -f puff puff.o
|
README | 0 Puff -- A Simple Inflate 8 puff.c provides the routine puff() to decompress the deflate data format. It 14 puff.c was written to document the deflate format unambiguously, by virtue of 18 puff.c is heavily commented with details of the deflate format, especially 22 puff.c may also be useful in applications where code size or memory usage is a 27 Well, most likely you should just be reading puff.c and using zlib for actual 30 Include puff.h in your code, which provides this prototype: 32 int puff(unsigned char *dest, /* pointer to destination pointer */ 37 Then you can call puff() to decompress a deflate stream that is in memory i [all...] |
puff.h | 0 /* puff.h 26 * See puff.c for purpose and usage. 28 int puff(unsigned char *dest, /* pointer to destination pointer */
|
puff.c | 2 * puff.c 4 * For conditions of distribution and use, see copyright notice in puff.h 7 * puff.c is a simple inflate written to be an unambiguous way to specify the 11 * data, zlib's inflate() is about four times as fast as puff(). zlib's 12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to 14 * function here is used, then puff() is only twice as slow as zlib's 19 * assumes that long's are at least 32 bits. puff.c uses the short data type, 36 * - Update puff() dest and source pointers on negative 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Jean-loup] 53 * - Add a puff.h file for the interfac 740 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function [all...] |
/external/zlib/contrib/ |
README.contrib | 60 puff/ by Mark Adler <madler@alumni.caltech.edu>
|
/external/zlib/ |
FAQ | 229 contrib/puff directory.
|
ChangeLog | 135 - Add a note to puff.c on no distance codes case. 376 - Add contrib/puff/ simple inflate for deflate format description [all...] |
/external/jpeg/ |
ltconfig | 314 # vanish in a puff of smoke. [all...] |
/external/libffi/ |
ltconfig | 613 # vanish in a puff of smoke. [all...] |
aclocal.m4 | 121 # vanish in a puff of smoke. [all...] |
configure | [all...] |
/external/expat/conftools/ |
libtool.m4 | 110 # vanish in a puff of smoke. [all...] |
/external/dbus/ |
aclocal.m4 | 116 # vanish in a puff of smoke. [all...] |
configure | [all...] |
/external/expat/ |
configure | [all...] |
/external/libpng/ |
aclocal.m4 | 209 # vanish in a puff of smoke. 720 # vanish in a puff of smoke. [all...] |
configure | [all...] |