Searched defs:slice_length (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array-inl.h | 575 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 D | svq3.c | 1023 int slice_bits, slice_bytes, slice_length; in svq3_decode_slice_header() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 1006 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local 1017 length, &from, &to, &step, &slice_length); in DeleteRepeatedField() local
|
Completed in 9 milliseconds