Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 25 of 821) sorted by relevance

12345678910>>...33

/dports/net/p5-Kafka/Kafka-0.8010/t/
H A D92_mock_bench.t80 $first_offset,
294 $first_offset = next_offset( $consumer, $TOPIC, $PARTITION, 1 );
297 if ( $first_offset != next_offset( $consumer, $TOPIC, $PARTITION, 1 ) ) {
299 $first_offset = next_offset( $consumer, $TOPIC, $PARTITION, 1 );
308 $first_offset = next_offset( $consumer, $TOPIC, $PARTITION, 1 );
314 1 while next_offset( $consumer, $TOPIC, $PARTITION ) < $first_offset + $in_package;
343 $first_offset = next_offset( $consumer, $TOPIC, $PARTITION );
349 1 while next_offset( $consumer, $TOPIC, $PARTITION ) == $first_offset;
375 $first_offset = next_offset( $consumer, $TOPIC, $PARTITION, 1 );
382 1 while next_offset( $consumer, $TOPIC, $PARTITION ) < $first_offset + $in_package;
[all …]
H A D21_kafka_bench.t90 $first_offset,
317 $first_offset = next_offset( $consumer, $topic, $partition, 1 );
320 if ( $first_offset != next_offset( $consumer, $topic, $partition, 1 ) ) {
322 $first_offset = next_offset( $consumer, $topic, $partition, 1 );
331 $first_offset = next_offset( $consumer, $topic, $partition, 1 );
337 1 while next_offset( $consumer, $topic, $partition ) < $first_offset + $in_package;
366 $first_offset = next_offset( $consumer, $topic, $partition );
372 1 while next_offset( $consumer, $topic, $partition ) == $first_offset;
398 $first_offset = next_offset( $consumer, $topic, $partition, 1 );
405 1 while next_offset( $consumer, $topic, $partition ) < $first_offset + $in_package;
[all …]
H A D41_fork.t126 my $first_offset;
129 unless defined( $first_offset = next_offset( $consumer, $topic, $partition ) );
135 return $first_offset;
139 my ( $first_offset ) = @_;
143 $messages = $consumer->fetch( $topic, $partition, $first_offset );
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dpage_table.c712 unsigned int first_offset; in vbi_page_table_remove_pages() local
744 if (first_offset != last_offset) { in vbi_page_table_remove_pages()
745 old_mask = pt->pages[first_offset]; in vbi_page_table_remove_pages()
750 while (++first_offset < last_offset) { in vbi_page_table_remove_pages()
751 old_mask = pt->pages[first_offset]; in vbi_page_table_remove_pages()
753 pt->pages[first_offset] = 0; in vbi_page_table_remove_pages()
787 unsigned int first_offset; in vbi_page_table_add_pages() local
820 if (first_offset != last_offset) { in vbi_page_table_add_pages()
821 old_mask = pt->pages[first_offset]; in vbi_page_table_add_pages()
827 old_mask = pt->pages[first_offset]; in vbi_page_table_add_pages()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4SidxAtom.cpp60 AP4_UI64 first_offset) : in AP4_SidxAtom() argument
65 m_FirstOffset(first_offset) in AP4_SidxAtom()
67 if ((earliest_presentation_time >> 32) || (first_offset >> 32)) { in AP4_SidxAtom()
86 AP4_UI32 first_offset = 0; in AP4_SidxAtom() local
88 stream.ReadUI32(first_offset); in AP4_SidxAtom()
90 m_FirstOffset = first_offset; in AP4_SidxAtom()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4SidxAtom.cpp61 AP4_UI64 first_offset) : in AP4_SidxAtom() argument
66 m_FirstOffset(first_offset) in AP4_SidxAtom()
68 if ((earliest_presentation_time >> 32) || (first_offset >> 32)) { in AP4_SidxAtom()
87 AP4_UI32 first_offset = 0; in AP4_SidxAtom() local
89 stream.ReadUI32(first_offset); in AP4_SidxAtom()
91 m_FirstOffset = first_offset; in AP4_SidxAtom()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/lopdf/src/
H A Dobject_stream.rs26 let first_offset = stream.dict.get(b"First").and_then(Object::as_i64)? as usize; in new() localVariable
29 let index_block = stream.content.get(..first_offset).ok_or(Error::Offset(first_offset))?; in new()
40 let offset = first_offset + chunk[1]? as usize; in new()
/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Dns_labels.c161 int first_offset = 0; in parse_ns_labels() local
191 if (!first_offset) in parse_ns_labels()
193 first_offset = get_packet_markdistance(pkt)-1; in parse_ns_labels()
235 get_nslabel(first_offset, name); in parse_ns_labels()
/dports/security/py-angr/angr-9.0.5405/angr/storage/memory_mixins/
H A Dslotted_memory.py47 first_offset = addr % self.width
48 first_base = addr - first_offset
49 if first_offset + size <= self.width:
50 result = [(first_base, first_offset, size)]
55 result = [(first_base, first_offset, self.width - first_offset)]
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dphi_extend.c64 Int4 first_offset = 0; in PHIBlastWordFinder() local
67 while(first_offset < last_offset) in PHIBlastWordFinder()
72 hits = PHIBlastScanSubject(lookup_wrap, query, subject, &first_offset, in PHIBlastWordFinder()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dphi_extend.c64 Int4 first_offset = 0; in PHIBlastWordFinder() local
67 while(first_offset < last_offset) in PHIBlastWordFinder()
72 hits = PHIBlastScanSubject(lookup_wrap, query, subject, &first_offset, in PHIBlastWordFinder()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dphi_extend.c64 Int4 first_offset = 0; in PHIBlastWordFinder() local
67 while(first_offset < last_offset) in PHIBlastWordFinder()
72 hits = PHIBlastScanSubject(lookup_wrap, query, subject, &first_offset, in PHIBlastWordFinder()
/dports/devel/libsigscan/libsigscan-20210419/libsigscan/
H A Dlibsigscan_offsets_list.c121 off64_t *first_offset, in libsigscan_offset_list_compare() argument
127 if( first_offset == NULL ) in libsigscan_offset_list_compare()
149 if( *first_offset < *second_offset ) in libsigscan_offset_list_compare()
153 else if( *first_offset > *second_offset ) in libsigscan_offset_list_compare()
/dports/hebrew/he2/he2-0.61/he2/
H A DEdit.cxx195 first_offset++ ; in _scroll()
198 first_offset = 0 ; in _scroll()
213 if (first_offset) in _scroll()
214 first_offset-- ; in _scroll()
234 offset = first_offset + num - 1; in _display_line()
236 tnum = (file.line(line)).line_count(sizex) - first_offset ; in _display_line()
403 offset = first_offset + num - 1; in _line_to_display()
937 first_line(1), first_offset(0), in Edit()
954 current_offset = first_offset ; in Edit()
973 first_line(1), first_offset(0), in Edit()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/isams/
H A Disams.c121 int first_offset = is->head.last_offset; in isams_merge() local
165 memcpy(is->merge_buf + first_offset, &count, sizeof(int)); in isams_merge()
168 int gap = first_offset + sizeof(int) - is->block_size; in isams_merge()
173 bf_write(is->bf, first_block, first_offset, sizeof(int)-gap, in isams_merge()
178 bf_write(is->bf, first_block, first_offset, sizeof(int), &count); in isams_merge()
182 bf_write(is->bf, first_block, first_offset, sizeof(int), &count); in isams_merge()
184 return first_block * is->block_size + first_offset; in isams_merge()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dmpegtspacketizer.c1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
1768 group->first_offset, in _new_group()
1818 current->first_offset = group->first_offset; in _use_group()
1897 group->first_offset, in _append_group_values()
1960 group->first_offset, in record_pcr()
2000 current->first_offset); in record_pcr()
2051 current->first_offset); in record_pcr()
2270 group->first_offset, in mpegts_packetizer_pts_to_ts()
[all …]

12345678910>>...33