Home
last modified time | relevance | path

Searched defs:to_copy (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/trusty/kernel/lib/trusty/
H A Diovec.c41 size_t to_copy = len; in membuf_to_kern_iovec() local
77 size_t to_copy = len; in kern_iovec_to_membuf() local
122 size_t to_copy = len; in membuf_to_user_iovec() local
170 size_t to_copy = uiov.iov_len - iter->data_offset; in user_iovec_to_membuf_iter() local
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dmergesort.rs163 let to_copy = if is_less(&*right, &**left) { in merge() localVariable
187 let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { in merge() localVariable
469 let to_copy = if is_less(&*s.right_start, &*s.left_start) { in par_merge() localVariable
/aosp_15_r20/external/executorch/kernels/prim_ops/test/
H A Dprim_ops_test.cpp144 Tensor to_copy = tf.make({2}, {3, 4}); in TEST_F() local
182 auto to_copy = tf.make({2}, {1, 2}); in TEST_F() local
209 auto to_copy = tf.make({2}, {5, 6}); in TEST_F() local
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dmultibuf.cc136 const size_t to_copy = std::min(chunk_bytes, dest.size() - bytes_copied); in CopyTo() local
172 const size_t to_copy = in CopyFromAndOptionallyTruncate() local
/aosp_15_r20/external/trusty/bootloader/ql-tipc/
Dipc_dev.c85 size_t to_copy = (size_t)iovs[i].len; in iovec_to_buf() local
120 size_t to_copy = buf_len; in buf_to_iovec() local
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c227 size_t to_copy = SHA_CBLOCK - block_start; in EVP_sha1_final_with_secret_suffix() local
320 size_t to_copy = SHA256_CBLOCK - block_start; in EVP_sha256_final_with_secret_suffix() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c227 size_t to_copy = SHA_CBLOCK - block_start; in EVP_sha1_final_with_secret_suffix() local
320 size_t to_copy = SHA256_CBLOCK - block_start; in EVP_sha256_final_with_secret_suffix() local
/aosp_15_r20/external/skia/infra/bots/assets/binutils_linux_x64/
H A Dcreate.py30 to_copy = { variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DToCopy.cpp43 void to_copy(ComputeGraph& graph, const std::vector<ValueRef>& args) { in to_copy() function
H A DStaging.cpp162 const ValueRef to_copy, in prepack_standard_like()
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dalignment.cc23 size_t to_copy = std::min(write_size_ - bytes_in_buffer_, data.size()); in Write() local
/aosp_15_r20/external/python/cpython2/Python/
Dmysnprintf.c92 const size_t to_copy = (size_t)len < size ? in PyOS_vsnprintf() local
/aosp_15_r20/external/perfetto/src/shared_lib/
H A Dheap_buffer.cc47 size_t to_copy = std::min(size, used_range.size()); in PerfettoHeapBufferCopyInto() local
/aosp_15_r20/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/
Dutils-internal.h63 size_t to_copy = bytes.size(); in decode_helper() local
/aosp_15_r20/system/keymaster/km_openssl/
H A Dckdf.cpp112 size_t to_copy = output->end() - output_pos; in DEFINE_OPENSSL_OBJECT_POINTER() local
/aosp_15_r20/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c64 size_t to_copy = ARRAY_SIZE(consumerir_freqs); in consumerir_get_carrier_freqs() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A D8b_mla.cpp63 const auto to_copy = std::min<unsigned int>(per_iter, n_channels - c); in generic_pack() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddecode_padded_raw_op.cc87 const auto to_copy = in Compute() local
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Dstream_rpc_dispatcher_test.cc103 size_t to_copy = std::min(out.size(), to_send_.size() - position_); in DoRead() local
/aosp_15_r20/external/openthread/src/core/api/
H A Dtcp_ext_api.cpp121 size_t to_copy = OT_MIN(aLen - bytes_read, buffer->mLength); in otTcpMbedTlsSslRecvCallback() local
/aosp_15_r20/external/cronet/base/debug/
H A Dbuffered_dwarf_reader.cc194 size_t to_copy = std::min(bytes_left, unconsumed_amount_); in BufferedRead() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_frame_builder.cc151 uint32_t to_copy = std::min<uint32_t>(data_len, size); in WriteBytes() local
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Dstring_view.h109 const size_type to_copy = min(count, size() - pos); variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc125 size_t to_copy = std::min(bytes, remaining); in Fill() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc125 size_t to_copy = std::min(bytes, remaining); in Fill() local

123