/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 885 const Bytef *dictionary, 908 Bytef *dictionary, 1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 69 Bytef *dest; in compress() 71 const Bytef *source;
|
D | uncompr.c | 28 Bytef *dest; in uncompress2() 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 87 Bytef *dest; in uncompress() 89 const Bytef *source;
|
D | zutil.h | 231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 233 void ZLIB_INTERNAL 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()
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 119 Bytef *window; 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
/external/zlib/src/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 886 const Bytef *dictionary, 909 Bytef *dictionary, 1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 69 Bytef *dest; in compress() 71 const Bytef *source;
|
D | uncompr.c | 28 Bytef *dest; in uncompress2() 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 87 Bytef *dest; in uncompress() 89 const 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 | 231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 119 Bytef *window; 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
/external/zlib/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 886 const Bytef *dictionary, 909 Bytef *dictionary, 1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 104 # define Bytef z_Bytef macro 319 # define Bytef Byte FAR macro 321 typedef Byte FAR Bytef; typedef 416 typedef void (*cb_func) OF((Bytef *buf, uInt len)); 421 Bytef *next_in; /* next input byte */ 424 Bytef *next_out; /* next output byte should be put there */ 450 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 453 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 455 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 528 const Bytef *dictionary, [all …]
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 56 (Bytef *)CompressedBuffer.data(), &CompressedSize, in compress() 57 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel)); in compress() 70 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize, in uncompress() 71 (const Bytef *)InputBuffer.data(), InputBuffer.size())); in uncompress() 80 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size()); in crc32()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Compression.cpp | 66 int Res = ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress() 67 (const Bytef *)InputBuffer.data(), InputBuffer.size(), in compress() 79 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize, in uncompress() 80 (const Bytef *)InputBuffer.data(), InputBuffer.size()); in uncompress() 98 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size()); in crc32()
|
/external/freetype/src/gzip/ |
D | zutil.h | 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 181 extern void zmemzero OF((Bytef* dest, uInt len)); 205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf,
|
D | zutil.c | 18 Bytef* dest; in zmemcpy() 19 const Bytef* source; 29 const Bytef* s1; in zmemcmp() 30 const Bytef* s2; 42 Bytef* dest; in zmemzero()
|
D | infutil.h | 54 Bytef *window; /* sliding window */ 55 Bytef *end; /* one byte after sliding window */ 56 Bytef *read; /* window read pointer */ 57 Bytef *write; /* window write pointer */
|
D | zlib.h | 69 Bytef *next_in; /* next input byte */ 73 Bytef *next_out; /* next output byte should be put there */ 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
D | ftzconf.h | 42 # define Bytef z_Bytef macro 226 # define Bytef Byte FAR macro 228 typedef Byte FAR Bytef; typedef
|
/external/libtextclassifier/utils/zlib/ |
D | zlib.cc | 64 stream_.next_in = reinterpret_cast<const Bytef*>(buffer); in Decompress() 66 stream_.next_out = reinterpret_cast<Bytef*>(const_cast<char*>(out->c_str())); in Decompress() 130 buffer_.reset(new Bytef[buffer_size_]); in ZlibCompressor() 151 reinterpret_cast<const Bytef*>(uncompressed_content.c_str()); in Compress()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 68 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in GzipInputStream() 101 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in)); in Inflate() 110 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in Inflate() 259 zcontext_.next_out = static_cast<Bytef*>(sub_data_); in Deflate() 287 zcontext_.next_in = static_cast<Bytef*>(input_buffer_); in Next()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_inputstream.cc | 28 : input(new Bytef[input_buffer_capacity]), in ZStreamDef() 29 output(new Bytef[output_buffer_capacity]), in ZStreamDef() 35 std::unique_ptr<Bytef[]> input; 38 std::unique_ptr<Bytef[]> output;
|
D | zlib_outputbuffer.h | 100 std::unique_ptr<Bytef[]> z_stream_input_; 103 std::unique_ptr<Bytef[]> z_stream_output_;
|