HomeSort by relevance Sort by last modified time
    Searched full:puff (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/zlib/src/contrib/puff/
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...]
Makefile 3 puff: puff.o pufftest.o
5 puff.o: puff.h
7 pufftest.o: puff.h
9 test: puff
10 puff zeros.raw
12 puft: puff.c puff.h pufftest.o
13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.
    [all...]
puff.h 0 /* puff.h
26 * See puff.c for purpose and usage.
32 int puff(unsigned char *dest, /* pointer to destination pointer */
pufftest.c 4 * For conditions of distribution and use, see copyright notice in puff.h
8 /* Example of how to use puff().
10 Usage: puff [-w] [-f] [-nnn] file
11 ... | puff [-w] [-f] [-nnn]
21 #include "puff.h"
137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
139 fprintf(stderr, "puff() failed with return code %d\n", ret);
141 fprintf(stderr, "puff() succeeded uncompressing %lu bytes\n", destlen);
156 puff(dest, &destlen, source + skip, &sourcelen);
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 [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc 181 // Puff off thread's clock.
204 // Puff off thread's clock.
  /external/zlib/src/contrib/
README.contrib 66 puff/ by Mark Adler <madler@alumni.caltech.edu>
  /external/zlib/src/
ChangeLog 44 - Check for invalid code length codes in contrib/puff
226 - Fix bug and add consts in contrib/puff [Oberhumer]
227 - Update contrib/puff/zeros.raw test file to have all block types
228 - Add full coverage test for puff in contrib/puff/Makefile
252 - Set binary for output file in puff.c
319 - Avoid initialization of structures with variables in puff.c
508 - Catch missing-end-of-block-code error in all inflates and in puff
518 - Add puff compile option to permit invalid distance-too-far streams
519 - Add puff TEST command options, ability to read piped inpu
    [all...]
FAQ 232 contrib/puff directory.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_sanity.c 285 /* Puff these out to make them look like normal (dword) registers.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 285 /* Puff these out to make them look like normal (dword) registers.
    [all...]
  /external/jpeg/
ltconfig 314 # vanish in a puff of smoke.
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 314 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_sanity.c 555 /* Puff these out to make them look like normal (dword) registers.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 555 /* Puff these out to make them look like normal (dword) registers.
    [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.dat     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /external/chromium_org/sdch/open-vcdiff/m4/
libtool.m4 188 # vanish in a puff of smoke.
705 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/libevent/
aclocal.m4 123 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/libxml/src/
aclocal.m4 209 # vanish in a puff of smoke.
720 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/opus/src/m4/
libtool.m4 200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/sqlite/src/
aclocal.m4 201 # vanish in a puff of smoke.
712 # vanish in a puff of smoke.
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
libtool.m4 188 # vanish in a puff of smoke.
705 # vanish in a puff of smoke.
    [all...]
  /external/cmockery/cmockery_0_1_2/
aclocal.m4 116 # vanish in a puff of smoke.
    [all...]
configure     [all...]

Completed in 935 milliseconds

1 2 3