Searched refs:next_out (Results 1 – 9 of 9) sorted by relevance
/system/core/adb/ |
D | compression_utils.h | 147 uint8_t* next_out = reinterpret_cast<uint8_t*>(output_buffer_.data()); in Decode() local 150 decoder_.get(), &available_in, &next_in, &available_out, &next_out, nullptr); in Decode() 196 uint8_t* next_out = reinterpret_cast<uint8_t*>( in Encode() local 205 &available_out, &next_out, nullptr)) { in Encode() 251 char* next_out = output_buffer_.data(); in Decode() local 253 size_t rc = LZ4F_decompress(decoder_.get(), next_out, &available_out, next_in, in Decode() 332 char* next_out = encode_block.data(); in Encode() local 334 size_t rc = LZ4F_compressUpdate(encoder_.get(), next_out, available_out, next_in, in Encode() 344 next_out += rc; in Encode()
|
/system/libziparchive/ |
D | zip_writer.cc | 340 z_stream_->next_out = buffer_.data(); in PrepareDeflate() 388 CHECK(z_stream_->next_out != nullptr); in CompressBytes() 404 size_t write_bytes = z_stream_->next_out - buffer_.data(); in CompressBytes() 412 z_stream_->next_out = buffer_.data(); in CompressBytes() 423 CHECK(z_stream_->next_out != nullptr); in FlushCompressedBytes() 431 size_t write_bytes = z_stream_->next_out - buffer_.data(); in FlushCompressedBytes() 438 z_stream_->next_out = buffer_.data(); in FlushCompressedBytes() 446 size_t write_bytes = z_stream_->next_out - buffer_.data(); in FlushCompressedBytes()
|
D | zip_archive_stream_entry.cc | 210 z_stream_.next_out = out_.data(); in Read() 243 z_stream_.avail_in, z_stream_.next_out, z_stream_.avail_out); in Read()
|
D | zip_archive.cc | 1214 zstream.next_out = &write_buf[0]; in Inflate() 1265 zstream.avail_in, zstream.next_out, zstream.avail_out); in Inflate() 1271 const size_t write_size = zstream.next_out - &write_buf[0]; in Inflate() 1280 zstream.next_out = &write_buf[0]; in Inflate()
|
/system/core/logd/ |
D | CompressionEngine.cpp | 49 strm.next_out = out.data(); in Compress() 69 strm.next_out = out.data(); in Decompress()
|
/system/update_engine/payload_consumer/ |
D | bzip_extent_writer.cc | 62 stream_.next_out = reinterpret_cast<char*>(output_buffer.data()); in Write()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 304 zs.next_out = out; in dump_trace() 330 zs.next_out = out; in dump_trace()
|
/system/bt/btif/src/ |
D | btif_debug_btsnoop.cc | 157 zs.next_out = block_dst; in btsnoop_compress()
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 100 zs.next_out = block_dst; in nfcsnoop_compress()
|