Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_qdm2.c157 unsigned int id, len, type, to_copy; in qdm2_parse_subpacket() local
189 int to_copy, n, res, include_csum; in qdm2_restore_block() local
Dasync.c193 int fifo_space, to_copy; in async_buffer_task() local
349 int fifo_size, to_copy; in async_read_internal() local
/third_party/libfuse/example/
Dinvalidate_path.c141 int to_copy = offset + size <= file_length in xmp_read() local
148 int to_copy = offset + size <= grow_file_size in xmp_read() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c104 lit_utf8_size_t to_copy = JERRY_MIN (num_digits, to_num_digits); in ecma_builtin_number_prototype_helper_to_string() local
131 lit_utf8_size_t to_copy = JERRY_MIN (num_digits, to_num_digits); in ecma_builtin_number_prototype_helper_to_string() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc125 size_t to_copy = std::min(bytes, remaining); in Fill() local
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c103 size_t to_copy = len; in test_one() local
/third_party/node/deps/v8/src/bigint/
Ddiv-barrett.cc332 int to_copy = std::min(qi_len, target.len()); in DivideBarrett() local
/third_party/curl/lib/
Dtransfer.c139 size_t to_copy = (size*nitems < bytes_left) ? size*nitems : bytes_left; in trailers_read() local
/third_party/mesa3d/src/util/perf/
Du_trace.c687 unsigned to_copy = MIN2(TRACES_PER_CHUNK - to_chunk->num_traces, in u_trace_clone_append() local
/third_party/elfutils/src/
Dar.c917 struct armem *to_copy = NULL; in do_oper_delete() local
/third_party/node/src/
Dnode_buffer.cc654 uint32_t to_copy = std::min( in Copy() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dscan.c3289 const u8 *to_copy; in wpas_mac_addr_rand_scan_get_mask() local
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dzip.c247 unsigned char* to_copy; in add_data_in_datablock() local
/third_party/zlib/contrib/minizip/
Dzip.c245 unsigned char* to_copy; in add_data_in_datablock() local
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dzip.c247 unsigned char* to_copy; in add_data_in_datablock() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc2142 VisitResult ImplementationVisitor::GenerateCopy(const VisitResult& to_copy) { in GenerateCopy()
/third_party/python/Python/
Dcompile.c9072 basicblock *to_copy = last->i_target; in extend_block() local
/third_party/python/Modules/
D_testcapimodule.c2334 PyObject *from, *to, *to_copy; in unicode_copycharacters() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs22923 let to_copy = if is_less(&*right, &**left) { localVariable
22947 let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { localVariable