Home
last modified time | relevance | path

Searched refs:puff (Results 1 – 25 of 40) sorted by relevance

12

/external/zlib/src/contrib/puff/
DMakefile3 puff: puff.o pufftest.o target
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.o
39 @gcov -n puff.c
42 rm -f puff puft *.o *.gc*
DREADME8 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 in
39 decompressed data at dest. puff() is the only external symbol in puff.c The
40 only C library functions that puff.c needs are setjmp() and longjmp(), which
[all …]
Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
156 puff(dest, &destlen, source + skip, &sourcelen); in main()
Dpuff.h32 int puff(unsigned char *dest, /* pointer to destination pointer */
Dpuff.c793 int puff(unsigned char *dest, /* pointer to destination pointer */ in puff() function
/external/puffin/src/
Dpuffin_stream.cc113 for (const auto& puff : puffs) { in PuffinStream() local
114 upper_bounds_.emplace_back(puff.offset + puff.length); in PuffinStream()
133 for (const auto& puff : puffs) { in PuffinStream() local
134 max_puff_length = std::max(max_puff_length, puff.length); in PuffinStream()
Dpuffin_unittest.cc180 Buffer puff, uncompress, huff; in CheckSample() local
181 TestPuffDeflate(compressed, puffed, &puff); in CheckSample()
/external/zlib/src/contrib/
DREADME.contrib66 puff/ by Mark Adler <madler@alumni.caltech.edu>
/external/python/cpython2/Modules/zlib/
DChangeLog87 - Check for invalid code length codes in contrib/puff
269 - Fix bug and add consts in contrib/puff [Oberhumer]
270 - Update contrib/puff/zeros.raw test file to have all block types
271 - Add full coverage test for puff in contrib/puff/Makefile
295 - Set binary for output file in puff.c
362 - Avoid initialization of structures with variables in puff.c
551 - Catch missing-end-of-block-code error in all inflates and in puff
561 - Add puff compile option to permit invalid distance-too-far streams
562 - Add puff TEST command options, ability to read piped input
795 - Add a note to puff.c on no distance codes case.
[all …]
DFAQ232 contrib/puff directory.
/external/zlib/src/
DChangeLog87 - Check for invalid code length codes in contrib/puff
269 - Fix bug and add consts in contrib/puff [Oberhumer]
270 - Update contrib/puff/zeros.raw test file to have all block types
271 - Add full coverage test for puff in contrib/puff/Makefile
295 - Set binary for output file in puff.c
362 - Avoid initialization of structures with variables in puff.c
551 - Catch missing-end-of-block-code error in all inflates and in puff
561 - Add puff compile option to permit invalid distance-too-far streams
562 - Add puff TEST command options, ability to read piped input
795 - Add a note to puff.c on no distance codes case.
[all …]
DFAQ232 contrib/puff directory.
/external/python/cpython2/Tools/pynche/X/
Drgb.txt20 255 218 185 peach puff
/external/python/cpython3/Tools/pynche/X/
Drgb.txt20 255 218 185 peach puff
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dlibtool.m4110 # vanish in a puff of smoke.
4554 # vanish in a puff of smoke.
/external/google-breakpad/m4/
Dlibtool.m4188 # vanish in a puff of smoke.
705 # vanish in a puff of smoke.
/external/libusb-compat/m4/
Dlibtool.m4188 # vanish in a puff of smoke.
705 # vanish in a puff of smoke.
/external/cmockery/cmockery_0_1_2/
Daclocal.m4116 # vanish in a puff of smoke.
4568 # vanish in a puff of smoke.
/external/libnfnetlink/m4/
Dlibtool.m4200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.
/external/speex/m4/
Dlibtool.m4200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.
/external/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m4200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.
/external/libnetfilter_conntrack/m4/
Dlibtool.m4200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.
/external/libexif/auto-m4/
Dlibtool.m4198 # vanish in a puff of smoke.
739 # vanish in a puff of smoke.
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m4198 # vanish in a puff of smoke.
739 # vanish in a puff of smoke.
/external/lmfit/m4/
Dlibtool.m4200 # vanish in a puff of smoke.
741 # vanish in a puff of smoke.

12