Searched refs:offset_out (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | string.h | 1065 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);
|
D | string.cc | 1847 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/ |
D | passthrough.c | 450 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/ |
D | fuse.h | 822 off_t offset_out, size_t size, int flags);
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 1788 …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()
|