/external/zlib/src/contrib/puff/ |
puff.h | 0 /* puff.h 26 * See puff.c for purpose and usage. 32 int puff(unsigned char *dest, /* pointer to destination pointer */
|
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...] |
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...] |
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/ |
puff.h | 0 /* puff.h 26 * See puff.c for purpose and usage. 32 int puff(unsigned char *dest, /* pointer to destination pointer */
|
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...] |
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/puffin/src/ |
sample_generator.cc | 79 Buffer puff(original.size() * 3 + 10); 83 BufferPuffWriter puff_writer(puff.data(), puff.size()); 88 puff.resize(puff_writer.Size()); 89 PrintArray("puffed", puff);
|
puffin_stream.cc | 36 // puff in |puffs|. 115 for (const auto& puff : puffs) { 116 upper_bounds_.emplace_back(puff.offset + puff.length); 133 // Look for the largest puff and deflate extents and get proper size buffers. 135 for (const auto& puff : puffs) { 136 max_puff_length = std::max(max_puff_length, puff.length); 169 // We are searching first available puff which either includes the |offset| or 170 // it is the next available puff after |offset|. 190 // Inside a puff [all...] |
puffin_unittest.cc | 32 // Utility for decompressing a puff stream. 129 // Should fail when trying to puff |compressed|. 188 Buffer puff, uncompress, huff; local 189 TestPuffDeflate(compressed, puffed, &puff);
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
android_3p-bundle.js | [all...] |
/external/doclava/res/assets/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |