Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c107 int bytes_to_copy; in fbdev_write_packet() local
/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary.cc140 size_t bytes_to_copy = DataTableSize(capacity) + CtrlTableSize(capacity); in ShallowCopy() 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/ffmpeg/tools/
Dqt-faststart.c445 int bytes_to_copy; in main() local
/third_party/node/deps/v8/src/bigint/
Dmul-fft.cc483 size_t bytes_to_copy = digits_to_copy * sizeof(digit_t); in CopyAndZeroExtend() local
/third_party/node/src/
Dnode_buffer.cc1350 size_t bytes_to_copy = args[4].As<Uint32>()->Value(); in CopyArrayBuffer() local
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/third_party/python/Objects/
Dbytesobject.c3584 Py_ssize_t bytes_to_copy = Py_MIN(copied, len_dest - copied); in _PyBytes_Repeat() local
/third_party/node/deps/v8/src/api/
Dapi.cc7978 size_t bytes_to_copy = std::min(old_length, new_length); in Reallocate() local
8103 size_t bytes_to_copy = std::min(byte_length, self->byte_length()); in CopyContents() local
/third_party/astc-encoder/Source/
Dtinyexr.h3762 int bytes_to_copy = (int)MZ_MIN( in tdefl_flush_block() local