/third_party/node/deps/zlib/google/ |
D | compression_utils_portable.cc | 63 uLongf* dest_length, in GzipCompressHelper() argument 68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() argument 97 stream.avail_out = static_cast<uInt>(*dest_length); in CompressHelper() 98 if (static_cast<uLong>(stream.avail_out) != *dest_length) in CompressHelper() 150 *dest_length = stream.total_out; in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() argument 160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper() argument 181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper() [all …]
|
D | compression_utils_portable.h | 31 uLongf* dest_length, 39 uLongf* dest_length, 47 uLongf* dest_length, 53 uLongf* dest_length,
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils_portable.cc | 63 uLongf* dest_length, in GzipCompressHelper() argument 68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() argument 97 stream.avail_out = static_cast<uInt>(*dest_length); in CompressHelper() 98 if (static_cast<uLong>(stream.avail_out) != *dest_length) in CompressHelper() 150 *dest_length = stream.total_out; in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() argument 160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper() argument 181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper() [all …]
|
D | compression_utils_portable.h | 35 uLongf* dest_length, 43 uLongf* dest_length, 51 uLongf* dest_length, 57 uLongf* dest_length,
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 41 uLongf* dest_length, in GzipCompressHelper() argument 49 stream.avail_out = static_cast<uInt>(*dest_length); in GzipCompressHelper() 50 if (static_cast<uLong>(stream.avail_out) != *dest_length) in GzipCompressHelper() 77 *dest_length = stream.total_out; in GzipCompressHelper() 87 uLongf* dest_length, in GzipUncompressHelper() argument 98 stream.avail_out = static_cast<uInt>(*dest_length); in GzipUncompressHelper() 99 if (static_cast<uLong>(stream.avail_out) != *dest_length) in GzipUncompressHelper() 116 *dest_length = stream.total_out; in GzipUncompressHelper()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 605 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in Utf8SafeCEscape() local 606 std::unique_ptr<char[]> dest(new char[dest_length]); in Utf8SafeCEscape() 608 dest.get(), dest_length, false, true); in Utf8SafeCEscape() 614 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in CHexEscape() local 615 std::unique_ptr<char[]> dest(new char[dest_length]); in CHexEscape() 617 dest.get(), dest_length, true, false); in CHexEscape()
|
/third_party/node/src/ |
D | node_buffer.cc | 1103 size_t dest_length = dest->ByteLength(); in EncodeInto() local 1115 dest_length, in EncodeInto()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 1282 unsigned dest_length = !has_dest ? 0 : in lsc_msg_desc() local 1298 SET_BITS(dest_length, 24, 20) | in lsc_msg_desc()
|