/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/ |
H A D | snappy_outputbuffer.cc | 34 size_t bytes_to_write = output_buffer_capacity_ - avail_out_; in ~SnappyOutputBuffer() local 75 size_t bytes_to_write = data.size(); in Write() local 121 size_t bytes_to_write = data.size(); in AddToInputBuffer() local 178 size_t bytes_to_write = output_buffer_capacity_ - avail_out_; in FlushOutputBufferToFile() local
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
H A D | frame_handler.cc | 85 size_t bytes_to_write = in alts_write_frame_bytes() local 100 size_t bytes_to_write = in alts_write_frame_bytes() local 170 size_t bytes_to_write = std::min( in alts_read_frame_bytes() local 202 size_t bytes_to_write = std::min(*bytes_size, reader->bytes_remaining); in alts_read_frame_bytes() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | frame_handler.cc | 85 size_t bytes_to_write = in alts_write_frame_bytes() local 100 size_t bytes_to_write = in alts_write_frame_bytes() local 170 size_t bytes_to_write = std::min( in alts_read_frame_bytes() local 202 size_t bytes_to_write = std::min(*bytes_size, reader->bytes_remaining); in alts_read_frame_bytes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | zlib_outputbuffer.cc | 76 size_t bytes_to_write = data.size(); in AddToInputBuffer() local 133 uint32 bytes_to_write = output_buffer_capacity_ - z_stream_->avail_out; in FlushOutputBufferToFile() local 156 size_t bytes_to_write = data.size(); in Append() local
|
/aosp_15_r20/development/host/windows/usb/api/ |
H A D | adb_endpoint_object.cpp | 64 ULONG bytes_to_write, in AsyncWrite() 88 ULONG bytes_to_write, in SyncWrite()
|
H A D | adb_api.cpp | 418 unsigned long bytes_to_write, in AdbWriteEndpointAsync() 464 unsigned long bytes_to_write, in AdbWriteEndpointSync()
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | subprocess.c | 85 size_t bytes_to_write; in process_target_input_buffer() local 113 ssize_t write_rv, bytes_to_write; in process_target_input_cb() local
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | extent_writer_unittest.cc | 115 size_t bytes_to_write = min(data.size() - bytes_written, chunk_size); in WriteAlignedExtents() local 155 size_t bytes_to_write = in TEST_F() local
|
H A D | extent_writer.cc | 42 size_t bytes_to_write = in Write() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/emmc/ |
H A D | emmc_pboot_hal_memory_drv.c | 232 size_t bytes_to_write) in emmc_write() 456 uintptr_t data_addr, size_t bytes_to_write) in sdio_write()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_pboot_hal_memory_drv.c | 232 size_t bytes_to_write) in emmc_write() 463 uintptr_t data_addr, size_t bytes_to_write) in sdio_write()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy.cc | 206 const char* buffer, int bytes_to_write) in WriteHelper() 316 int bytes_to_write, in Write()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 342 int bytes_to_write = static_cast<int>(plaintext_length); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 494 size_t bytes_to_write = ciphertext_length; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/ |
H A D | aes_gcm.cc | 408 int bytes_to_write = static_cast<int>(plaintext_length); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 560 size_t bytes_to_write = ciphertext_length; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | memory_stream.cc | 32 size_t bytes_to_write = data.size_bytes(); in DoWrite() local
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/ |
H A D | ostream_ref_data_destination.cc | 17 size_t bytes_to_write = transfer_range.GetLength(); in Transfer() local
|
/aosp_15_r20/external/image_io/src/base/ |
H A D | ostream_ref_data_destination.cc | 17 size_t bytes_to_write = transfer_range.GetLength(); in Transfer() local
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
H A D | test_utils.h | 119 const std::streamsize bytes_to_write = value.size() * sizeof(float); in WriteChunk() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect02.c | 62 int bytes_to_write, fd; in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat02.c | 29 size_t bytes_to_write; member
|
/aosp_15_r20/packages/modules/adb/client/ |
D | main.cpp | 198 const DWORD bytes_to_write = arraysize(ack) - 1; in adb_server_main() local
|
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/ |
H A D | writer.h | 73 size_t bytes_to_write = buff_len - buff_cur; in fill_remaining_to_buff() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 123 ssize_t bytes_to_write = buf_ptr->size(); in WriteLoop() local
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | vl_bitstream.h | 91 vl_bitstream_verify_buffer(struct vl_bitstream_encoder *enc, uint32_t bytes_to_write) in vl_bitstream_verify_buffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/iostream3/ |
D | zfstream.cc | 229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
|