Home
last modified time | relevance | path

Searched refs:offset_out (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring.h1065 inline String Next(int* offset_out) {
1066 *offset_out = 0;
1068 return Continue(offset_out);
1085 V8_EXPORT_PRIVATE String Continue(int* offset_out);
1087 String Search(int* offset_out);
Dstring.cc1847 String ConsStringIterator::Continue(int* offset_out) { in Continue() argument
1849 DCHECK_EQ(0, *offset_out); in Continue()
1857 string = Search(offset_out); in Continue()
1864 String ConsStringIterator::Search(int* offset_out) { in Search() argument
1917 *offset_out = consumed - offset; in Search()
/third_party/libfuse/example/
Dpassthrough.c450 off_t offset_out, size_t len, int flags) in xmp_copy_file_range() argument
473 res = copy_file_range(fd_in, &offset_in, fd_out, &offset_out, len, in xmp_copy_file_range()
/third_party/libfuse/include/
Dfuse.h822 off_t offset_out, size_t size, int flags);
/third_party/ffmpeg/libavformat/
Dmxfdec.c1788 …bodysid_offset(MXFContext *mxf, int body_sid, int64_t offset, int64_t *offset_out, MXFPartition **… in mxf_absolute_bodysid_offset() argument
1815 *offset_out = last_p->essence_offset + (offset - last_p->body_offset); in mxf_absolute_bodysid_offset()
1849 …64_t edit_unit, AVRational edit_rate, int64_t *edit_unit_out, int64_t *offset_out, MXFPartition **… in mxf_edit_unit_absolute_offset() argument
1882 …return mxf_absolute_bodysid_offset(mxf, index_table->body_sid, offset_temp, offset_out, partition_… in mxf_edit_unit_absolute_offset()