Home
last modified time | relevance | path

Searched refs:seg_end (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c158 gint i, j, k, seg_start, seg_end; in gst_smpte_paint_triangle_linear() local
184 seg_end = y1; in gst_smpte_paint_triangle_linear()
188 for (i = seg_start; i < seg_end; i++) { in gst_smpte_paint_triangle_linear()
212 seg_end = y2; in gst_smpte_paint_triangle_linear()
/third_party/libbpf/src/
Dusdt.c447 size_t seg_start, seg_end, seg_off; in parse_vma_segs() local
484 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs()
498 path, seg_start, seg_end, mode, seg_off); in parse_vma_segs()
515 seg->end = seg_end; in parse_vma_segs()
/third_party/libunwind/src/dwarf/
DGfind_proc_info-lsb.c771 unw_word_t seg_end = seg_start + info->dlpi_phdr[n].p_memsz; in dwarf_callback() local
776 if (seg_end > end) in dwarf_callback()
777 end = seg_end; in dwarf_callback()
/third_party/elfio/elfio/
Delfio.hpp545 Elf64_Off seg_end ) noexcept in is_sect_in_seg() argument
548 ( sect_begin + sect_size <= seg_end ) && in is_sect_in_seg()
550 seg_end ); // this is important criteria when sect_size == 0 in is_sect_in_seg()