Home
last modified time | relevance | path

Searched defs:slice_length (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h575 void ByteArray::copy_in(int index, const byte* buffer, int slice_length) { in copy_in() argument
581 memcpy(reinterpret_cast<void*>(dst_addr), buffer, slice_length); in copy_in() local
584 void ByteArray::copy_out(int index, byte* buffer, int slice_length) { in copy_out() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsvq3.c1023 int slice_bits, slice_bytes, slice_length; in svq3_decode_slice_header() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1006 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local
1017 length, &from, &to, &step, &slice_length); in DeleteRepeatedField() local

Completed in 8 milliseconds