Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c107 int bytes_to_copy; in fbdev_write_packet() local
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c438 size_t bytes_to_copy = block_size - ctx->unprocessed_len; in psa_cipher_update_ecb() local
Dbignum_core.c263 size_t bytes_to_copy; in mbedtls_mpi_core_write_le() local
297 size_t bytes_to_copy; in mbedtls_mpi_core_write_be() local
/third_party/rust/rust/library/std/src/sys/unix/
Dkernel_copy.rs586 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
590 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/third_party/ffmpeg/tools/
Dqt-faststart.c445 int bytes_to_copy; in main() local
/third_party/backends/backend/
Dmagicolor.c1331 SANE_Int bytes_to_copy = s->scan_bytes_per_line - s->bytes_read_in_line; in mc_copy_image_data() local
1370 SANE_Int bytes_to_skip, bytes_to_copy; in mc_copy_image_data() local
Dartec.c3671 int bytes_to_copy; in sane_read() local
Dkodakaio.c1710 SANE_Int bytes_to_copy = s->scan_bytes_per_line - s->bytes_read_in_line; in k_copy_image_data() local
Dmicrotek2.c8101 uint32_t bytes_to_copy; /* bytes per line to copy */ in proc_onebit_data() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dparse_example_op.cc255 const uint32_t bytes_to_copy = in ParseFloatList() local
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c3446 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/third_party/skia/m133/third_party/externals/libpng/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/third_party/python/Objects/
Dbytesobject.c3604 Py_ssize_t bytes_to_copy = Py_MIN(copied, len_dest - copied); in _PyBytes_Repeat() local
/third_party/astc-encoder/Source/
Dtinyexr.h3762 int bytes_to_copy = (int)MZ_MIN( in tdefl_flush_block() local