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/
Dfixed-array-inl.h575 void ByteArray::copy_in(int index, const byte* buffer, int slice_length) { in copy_in()
584 void ByteArray::copy_out(int index, byte* buffer, int slice_length) { in copy_out()
/third_party/ffmpeg/libavcodec/
Dsvq3.c1029 int slice_bits, slice_bytes, slice_length; in svq3_decode_slice_header() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1006 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local