Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmysnprintf.c92 const size_t to_copy = (size_t)len < size ? in PyOS_vsnprintf() local
/external/python/cpython3/Python/
Dmysnprintf.c91 const size_t to_copy = (size_t)len < size ? in PyOS_vsnprintf() local
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c145 size_t to_copy = len; in test_one() local
/external/adhd/cras/src/libcras/
Dcras_helpers.c30 int to_copy = data->len - data->offset; in play_buffer_callback() local
/external/boringssl/src/crypto/
Dmem.c142 size_t to_copy = new_size; in OPENSSL_realloc() local
/external/boringssl/src/crypto/curve25519/
Dspake25519.c530 size_t to_copy = max_out_key_len; in SPAKE2_process_msg() local
/external/tensorflow/tensorflow/core/kernels/
Dadjust_contrast_op.cc359 int64 to_copy = std::min({copied, image_size - copied, kMaxToCopy}); in BroadcastAcrossImage() local
/external/curl/lib/
Dtransfer.c131 size_t to_copy = (size*nitems < bytes_left) ? size*nitems : bytes_left; in Curl_trailers_read() local
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc96 size_t to_copy = num_elements * ElementByteSize(type); in WriteOneDimensionalArray() local
/external/elfutils/src/
Dar.c915 struct armem *to_copy = NULL; in do_oper_delete() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc150 HloInstruction* to_copy = to_copy_tree.element(index); in DeepCopyAndAddControlEdges() local
/external/zlib/src/contrib/minizip/
Dzip.c247 unsigned char* to_copy; in add_data_in_datablock() local
/external/v8/src/torque/
Dimplementation-visitor.cc1334 VisitResult ImplementationVisitor::GenerateCopy(const VisitResult& to_copy) { in GenerateCopy()
/external/python/cpython3/Modules/
D_testcapimodule.c1919 PyObject *from, *to, *to_copy; in unicode_copycharacters() local