Home
last modified time | relevance | path

Searched defs:size_to_copy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dinput.rs117 let size_to_copy = min(usize::from(size), out.len()); in query_config_select() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp494 std::size_t size_to_copy = max_send_size; in copy_file_data_sendfile() local
526 std::size_t size_to_copy = max_send_size; in copy_file_data_copy_file_range() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc5358 int size_to_copy = 0; in ResizeTfLiteIntArray() local