Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_qdm2.c158 unsigned int id, len, type, to_copy; in qdm2_parse_subpacket() local
190 int to_copy, n, res, include_csum; in qdm2_restore_block() local
Dasync.c185 int fifo_space, to_copy; in async_buffer_task() local
341 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/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp534 gint to_copy = 0; in ContiguousCopyFromUnlocked() 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.cc553 uint32_t to_copy = std::min( in Copy() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dscan.c3210 const u8 *to_copy; in wpas_mac_addr_rand_scan_get_mask() local
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dzip.c247 unsigned char* to_copy; in add_data_in_datablock() 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.c247 unsigned char* to_copy; in add_data_in_datablock() local
/third_party/python/Python/
Dcompile.c7517 basicblock *to_copy = last->i_target; in extend_block() local
/third_party/python/Modules/
D_testcapimodule.c2139 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