Home
last modified time | relevance | path

Searched refs:dest_length (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc63 uLongf* dest_length, in GzipCompressHelper()
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
81 uLongf* dest_length, in CompressHelper()
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()
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
169 uLongf* dest_length, in UncompressHelper()
181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
H A Dcompression_utils_portable.h35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc63 uLongf* dest_length, in GzipCompressHelper()
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
81 uLongf* dest_length, in CompressHelper()
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()
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
169 uLongf* dest_length, in UncompressHelper()
181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
H A Dcompression_utils_portable.h35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc63 uLongf* dest_length, in GzipCompressHelper()
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
81 uLongf* dest_length, in CompressHelper()
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()
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
169 uLongf* dest_length, in UncompressHelper()
181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
H A Dcompression_utils_portable.h35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc605 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/deps/v8/src/objects/
H A Dintl-objects.cc246 int32_t dest_length = src_length; in LocaleConvertCase() local
251 if (dest_length == 0) return ReadOnlyRoots(isolate).empty_string_handle(); in LocaleConvertCase()
259 isolate, result, isolate->factory()->NewRawTwoByteString(dest_length), in LocaleConvertCase()
266 dest_length = in LocaleConvertCase()
268 dest_length, src, src_length, lang, &status); in LocaleConvertCase()
278 DCHECK(dest_length == result->length()); in LocaleConvertCase()
281 DCHECK(dest_length < result->length()); in LocaleConvertCase()
282 return SeqString::Truncate(result, dest_length); in LocaleConvertCase()
H A Delements.cc3755 size_t dest_length = destination.GetLength(); in TryCopyElementsFastNumber() local
3756 DCHECK(length + offset <= dest_length); in TryCopyElementsFastNumber()
3757 USE(dest_length); in TryCopyElementsFastNumber()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h1282 unsigned dest_length = !has_dest ? 0 : in lsc_msg_desc() local
1298 SET_BITS(dest_length, 24, 20) | in lsc_msg_desc()
/third_party/backends/backend/
H A Dmicrotek.c3016 pack_into_dest(SANE_Byte *dest_buffer, size_t dest_length, ring_buffer *rb) in pack_into_dest() argument
3018 size_t ret_length = MIN(rb->complete_count, dest_length); in pack_into_dest()
4061 SANE_Int dest_length, SANE_Int *ret_length) in sane_read_guts()
4090 *ret_length = pack_into_dest(dest_buffer, dest_length, rb); in sane_read_guts()
4101 SANE_Int dest_length, SANE_Int *ret_length) in sane_read()
4107 status = sane_read_guts(handle, dest_buffer, dest_length, ret_length); in sane_read()
4060 sane_read_guts(SANE_Handle handle, SANE_Byte *dest_buffer, SANE_Int dest_length, SANE_Int *ret_length) sane_read_guts() argument
4100 sane_read(SANE_Handle handle, SANE_Byte *dest_buffer, SANE_Int dest_length, SANE_Int *ret_length) sane_read() argument
/third_party/node/src/
H A Dnode_buffer.cc1207 size_t dest_length = dest->ByteLength(); in EncodeInto() local
1219 dest_length, in EncodeInto()

Completed in 32 milliseconds