| /third_party/gstreamer/gstreamer/plugins/elements/ |
| D | gsttypefindelement.h | 61 guint64 initial_offset; member
|
| D | gsttypefindelement.c | 629 typefind->initial_offset = GST_BUFFER_OFFSET_NONE; in start_typefinding() 665 GST_BUFFER_OFFSET (buffer) = typefind->initial_offset; in stop_typefinding() 969 if (typefind->initial_offset == GST_BUFFER_OFFSET_NONE) in gst_type_find_element_chain() 970 typefind->initial_offset = GST_BUFFER_OFFSET (buffer); in gst_type_find_element_chain()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | csa-load-elimination.cc | 253 uint32_t initial_offset = offset >= kMaximumReprSizeInBytes - 1 in KillOffset() local 259 for (uint32_t i = initial_offset; i < offset; i++) { in KillOffset() 277 uint32_t initial_offset = offset >= kMaximumReprSizeInBytes - 1 in KillOffsetInFresh() local 280 for (uint32_t i = initial_offset; i < offset; i++) { in KillOffsetInFresh()
|
| /third_party/ffmpeg/libavformat/ |
| D | segment.c | 114 int64_t initial_offset; ///< initial timestamps offset, expressed in microseconds member 696 if (seg->initial_offset > 0) { in seg_init() 949 …offset = av_rescale_q(seg->initial_offset - (seg->reset_timestamps ? seg->cur_entry.start_pts : 0), in seg_write_packet() 961 … seg->initial_offset || seg->reset_timestamps || seg->avf->oformat->interleave_packet); in seg_write_packet() 1052 …{ "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, …
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-array-iterator.cc | 18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayIterator() argument 23 cursor_(start_ + initial_offset), in BytecodeArrayIterator()
|
| D | bytecode-array-iterator.h | 73 int initial_offset = 0);
|
| /third_party/elfutils/libdw/ |
| D | dwarf_getlocation.c | 742 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 939 if (initial_offset (attr, &off) != 0) in dwarf_getlocation_addr() 1024 if (initial_offset (attr, &offset) != 0) in dwarf_getlocations()
|
| D | dwarf_ranges.c | 385 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 526 if (initial_offset (attr, &offset) != 0) in dwarf_ranges()
|
| D | ChangeLog | 569 * dwarf_getlocation.c (initial_offset): Handle .debug_loclists. 574 (initial_offset): Handle DW_FORM_loclistx. 589 (initial_offset): Use DWARF_E_NO_DEBUG_LOC. 608 (initial_offset): Handle .debug_rnglists and DW_FORM_rnglistx. 821 (initial_offset): this. Only provide offset. 824 __libdw_cu_base_address and initial_offset. Drop Elf_Data NULL 825 check (already done by initial_offset, through __libdw_formptr). 826 (dwarf_getlocations): Use __libdw_cu_base_address and initial_offset. 831 (initial_offset): New static function. 833 initial_offset, through __libdw_formptr). Use __libdw_cu_base_address [all …]
|
| /third_party/node/deps/v8/src/numbers/ |
| D | conversions.cc | 1492 const int initial_offset = offset; in IsSpecialIndex() local 1499 if (buffer[initial_offset] == '0') return initial_offset == length - 1; in IsSpecialIndex()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-compiler.cc | 3827 void TextNode::FillInBMInfo(Isolate* isolate, int initial_offset, int budget, in FillInBMInfo() argument 3829 if (initial_offset >= bm->length()) return; in FillInBMInfo() 3830 int offset = initial_offset; in FillInBMInfo() 3834 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3842 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3876 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3881 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
|
| /third_party/gn/src/base/strings/ |
| D | string_util.cc | 656 size_t initial_offset, in DoReplaceMatchesAfterOffset() argument 667 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset()
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | qtdemux.c | 3270 gint64 initial_offset; in qtdemux_parse_trun() local 3443 initial_offset = *running_offset; in qtdemux_parse_trun() 3526 qtdemux->mdatleft = *running_offset - initial_offset; in qtdemux_parse_trun() 3527 qtdemux->mdatoffset = initial_offset; in qtdemux_parse_trun()
|
| /third_party/elfutils/src/ |
| D | readelf.c | 10921 uint64_t initial_offset = ((uint64_t) shdr->sh_offset in print_debug_frame_hdr_section() local 10927 initial_location, initial_offset, in print_debug_frame_hdr_section()
|
| /third_party/ffmpeg/doc/ |
| D | muxers.texi | 2094 @item initial_offset @var{offset}
|