/external/qemu/distrib/zlib-1.2.3/ |
D | zlib.h | 83 Bytef *next_in; /* next input byte */ 87 Bytef *next_out; /* next output byte should be put there */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 539 const Bytef *dictionary, 737 const Bytef *dictionary, 1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1010 const Bytef *source, uLong sourceLen)); 1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | uncompr.c | 27 Bytef *dest; in uncompress() 29 const Bytef *source; 35 stream.next_in = (Bytef*)source;
|
D | zutil.h | 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 237 extern void zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
/external/open-vcdiff/src/zlib/ |
D | zlib.h | 83 Bytef *next_in; /* next input byte */ 87 Bytef *next_out; /* next output byte should be put there */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 539 const Bytef *dictionary, 737 const Bytef *dictionary, 1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1010 const Bytef *source, uLong sourceLen)); 1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 83 Bytef *next_in; /* next input byte */ 87 Bytef *next_out; /* next output byte should be put there */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 539 const Bytef *dictionary, 737 const Bytef *dictionary, 1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1010 const Bytef *source, uLong sourceLen)); 1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
D | checksum.h | 34 reinterpret_cast<const Bytef*>(buffer), in ComputeAdler32() 42 reinterpret_cast<const Bytef*>(buffer), in UpdateAdler32()
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zlib.h | 83 Bytef *next_in; /* next input byte */ 87 Bytef *next_out; /* next output byte should be put there */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 539 const Bytef *dictionary, 737 const Bytef *dictionary, 1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1010 const Bytef *source, uLong sourceLen)); 1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
/external/chromium_org/third_party/zlib/ |
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | zlib.h | 86 Bytef *next_in; /* next input byte */ 90 Bytef *next_out; /* next output byte should be put there */ 118 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 584 const Bytef *dictionary, 790 const Bytef *dictionary, 1107 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1108 const Bytef *source, uLong sourceLen)); 1121 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
D | uncompr.c | 25 Bytef *dest; in uncompress() 27 const Bytef *source; 33 stream.next_in = (Bytef*)source;
|
D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
D | zutil.h | 254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 256 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
/external/zlib/src/ |
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (z_const Bytef *)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | zlib.h | 86 z_const Bytef *next_in; /* next input byte */ 90 Bytef *next_out; /* next output byte should be put there */ 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 588 const Bytef *dictionary, 820 const Bytef *dictionary, 843 Bytef *dictionary, 1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1161 const Bytef *source, uLong sourceLen)); [all …]
|
D | uncompr.c | 25 Bytef *dest; in uncompress() 27 const Bytef *source; 33 stream.next_in = (z_const Bytef *)source;
|
D | zutil.c | 153 Bytef* dest; in zmemcpy() 154 const Bytef* source; 164 const Bytef* s1; in zmemcmp() 165 const Bytef* s2; 177 Bytef* dest; in zmemzero()
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
/external/chromium_org/chrome/browser/metrics/ |
D | compression_utils.cc | 29 int GzipCompressHelper(Bytef* dest, in GzipCompressHelper() 31 const Bytef* source, in GzipCompressHelper() 35 stream.next_in = bit_cast<Bytef*>(source); in GzipCompressHelper() 78 std::vector<Bytef> compressed_data(kGzipZlibHeaderDifferenceBytes + in GzipCompress() 84 bit_cast<const Bytef*>(input.data()), in GzipCompress()
|
/external/zlib/ |
D | zlib.h | 86 z_const Bytef *next_in; /* next input byte */ 90 Bytef *next_out; /* next output byte should be put there */ 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 588 const Bytef *dictionary, 820 const Bytef *dictionary, 843 Bytef *dictionary, 1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1161 const Bytef *source, uLong sourceLen)); [all …]
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 57 (Bytef *)TmpBuffer.get(), &CompressedSize, in compress() 58 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel)); in compress() 73 ::uncompress((Bytef *)TmpBuffer.get(), (uLongf *)&UncompressedSize, in uncompress() 74 (const Bytef *)InputBuffer.data(), InputBuffer.size())); in uncompress()
|
/external/open-vcdiff/src/ |
D | checksum.h | 34 reinterpret_cast<const Bytef*>(buffer), in ComputeAdler32() 42 reinterpret_cast<const Bytef*>(buffer), in UpdateAdler32()
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | checksum.h | 34 reinterpret_cast<const Bytef*>(buffer), in ComputeAdler32() 42 reinterpret_cast<const Bytef*>(buffer), in UpdateAdler32()
|