/external/rust/crates/libz-sys/src/zlib/contrib/puff/ |
D | Makefile | 3 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*
|
D | README | 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 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 …]
|
D | pufftest.c | 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main() 156 puff(dest, &destlen, source + skip, &sourcelen); in main()
|
D | puff.h | 32 int puff(unsigned char *dest, /* pointer to destination pointer */
|
D | puff.c | 793 int puff(unsigned char *dest, /* pointer to destination pointer */ in puff() function
|
/external/puffin/src/ |
D | puffin_stream.cc | 113 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()
|
D | puffin_unittest.cc | 180 Buffer puff, uncompress, huff; in CheckSample() local 181 TestPuffDeflate(compressed, puffed, &puff); in CheckSample()
|
/external/rust/crates/libz-sys/src/zlib/contrib/ |
D | README.contrib | 66 puff/ by Mark Adler <madler@alumni.caltech.edu>
|
/external/rust/crates/libz-sys/src/zlib/ |
D | ChangeLog | 87 - 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 …]
|
D | FAQ | 232 contrib/puff directory.
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 87 - 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 …]
|
D | FAQ | 232 contrib/puff directory.
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 20 255 218 185 peach puff
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 20 255 218 185 peach puff
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | FAQ.zlib | 238 contrib/puff directory.
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 188 # vanish in a puff of smoke. 705 # vanish in a puff of smoke.
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/lmfit/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 198 # vanish in a puff of smoke. 739 # vanish in a puff of smoke.
|
/external/speex/m4/ |
D | libtool.m4 | 200 # vanish in a puff of smoke. 741 # vanish in a puff of smoke.
|
/external/libexif/auto-m4/ |
D | libtool.m4 | 198 # vanish in a puff of smoke. 739 # vanish in a puff of smoke.
|
/external/expat/m4/ |
D | libtool.m4 | 210 # vanish in a puff of smoke. 766 # vanish in a puff of smoke.
|