Home
last modified time | relevance | path

Searched refs:last_seg (Results 1 – 25 of 134) sorted by relevance

123456

/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Dmot_manager.cpp25 void MOTEntity::AddSeg(int seg_number, bool last_seg, const uint8_t* data, size_t len) { in AddSeg() argument
26 if(last_seg) in AddSeg()
65 void MOTObject::AddSeg(bool dg_type_header, int seg_number, bool last_seg, const uint8_t* data, siz… in AddSeg() argument
66 (dg_type_header ? header : body).AddSeg(seg_number, last_seg, data, len); in AddSeg()
255 …heckSessionHeader(const std::vector<uint8_t>& dg, size_t& offset, bool& last_seg, int& seg_number,… in ParseCheckSessionHeader() argument
260 last_seg = dg[offset] & 0x80; in ParseCheckSessionHeader()
301 bool last_seg; in HandleMOTDataGroup() local
308 if(!ParseCheckSessionHeader(dg, offset, last_seg, seg_number, transport_id)) in HandleMOTDataGroup()
319 object.AddSeg(dg_type == 3, seg_number, last_seg, &dg[offset], seg_size); in HandleMOTDataGroup()
H A Dmot_manager.h84 void AddSeg(int seg_number, bool last_seg, const uint8_t* data, size_t len);
105 void AddSeg(bool dg_type_header, int seg_number, bool last_seg, const uint8_t* data, size_t len);
118 …bool ParseCheckSessionHeader(const std::vector<uint8_t>& dg, size_t& offset, bool& last_seg, int& …
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dintersect.c658 int i, j, k, l, last_seg, seg, last; in Vect_line_intersection() local
1123 last_seg = 0; in Vect_line_intersection()
1159 last_seg = seg; in Vect_line_intersection()
1164 if (Points->z[last_seg] == Points->z[last_seg + 1]) { in Vect_line_intersection()
1165 last_z = Points->z[last_seg + 1]; in Vect_line_intersection()
1168 last_y == Points->y[last_seg]) { in Vect_line_intersection()
1169 last_z = Points->z[last_seg]; in Vect_line_intersection()
1173 last_z = Points->z[last_seg + 1]; in Vect_line_intersection()
1176 dist = dist2(Points->x[last_seg], in Vect_line_intersection()
1178 Points->y[last_seg], in Vect_line_intersection()
[all …]
H A Dintersect2.c1108 last_seg = 0; in Vect_line_intersection2()
1144 last_seg = seg; in Vect_line_intersection2()
1149 if (Points->z[last_seg] == Points->z[last_seg + 1]) { in Vect_line_intersection2()
1150 last_z = Points->z[last_seg + 1]; in Vect_line_intersection2()
1153 last_y == Points->y[last_seg]) { in Vect_line_intersection2()
1154 last_z = Points->z[last_seg]; in Vect_line_intersection2()
1158 last_z = Points->z[last_seg + 1]; in Vect_line_intersection2()
1161 dist = dist2(Points->x[last_seg], in Vect_line_intersection2()
1163 Points->y[last_seg], in Vect_line_intersection2()
1164 Points->y[last_seg + 1]); in Vect_line_intersection2()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/src/bang/
H A Dmod.rs14 let mut last_seg = path.segments.last_mut().expect("syn::Path has segments"); in prefix_last_segment() localVariable
15 last_seg.ident = last_seg.ident.prepend(prefix); in prefix_last_segment()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dpencil-tool.cpp1002 Geom::Curve const * last_seg = this->green_curve->last_segment(); in _interpolate() local
1003 g_assert( last_seg ); // Relevance: validity of (*last_seg) in _interpolate()
1004 this->p[0] = last_seg->finalPoint(); in _interpolate()
1006 Geom::Curve *last_seg_reverse = last_seg->reverse(); in _interpolate()
1095 g_assert( last_seg ); // Relevance: validity of (*last_seg) in _sketchInterpolate()
1096 this->p[0] = last_seg->finalPoint(); in _sketchInterpolate()
1098 Geom::Curve *last_seg_reverse = last_seg->reverse(); in _sketchInterpolate()
1156 Geom::Curve const * last_seg = this->red_curve->last_segment(); in _fitAndSplit() local
1157 g_assert( last_seg ); // Relevance: validity of (*last_seg) in _fitAndSplit()
1158 this->p[0] = last_seg->finalPoint(); in _fitAndSplit()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dfile.cpp132 bool last_seg; in canonicalize() local
142 for (pos = start = 0, last_seg = false; in canonicalize()
143 ! last_seg && pos != path.size (); in canonicalize()
150 last_seg = true; in canonicalize()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmpeg4_mediacontrol.c284 GF_Segment *last_seg, *prev_seg; in MC_GetRange() local
293 last_seg = NULL; in MC_GetRange()
296 while ((last_seg = (GF_Segment *)gf_list_enum(ctrl->seg, &i))) { in MC_GetRange()
297 if (prev_seg->startTime + prev_seg->Duration != last_seg->startTime) { in MC_GetRange()
298 last_seg = NULL; in MC_GetRange()
301 prev_seg = last_seg; in MC_GetRange()
302 duration += last_seg->Duration; in MC_GetRange()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmpeg4_mediacontrol.c284 GF_Segment *last_seg, *prev_seg; in MC_GetRange() local
293 last_seg = NULL; in MC_GetRange()
296 while ((last_seg = (GF_Segment *)gf_list_enum(ctrl->seg, &i))) { in MC_GetRange()
297 if (prev_seg->startTime + prev_seg->Duration != last_seg->startTime) { in MC_GetRange()
298 last_seg = NULL; in MC_GetRange()
301 prev_seg = last_seg; in MC_GetRange()
302 duration += last_seg->Duration; in MC_GetRange()
/dports/audio/rhvoice/RHVoice-1.2.4/src/utils/
H A Dmake-hts-labels.cpp83 const item& last_seg=word_iter->as("Transcription").last_child().as("Segment"); in HTS_set_duration_by_speed()
85 if(last_seg.has_next()&&(word_iter!=word_rel.end()))
87 const item& seg=last_seg.next();
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-mem.c153 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in cdnsp_link_rings()
154 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control &= in cdnsp_link_rings()
158 ring->last_seg = last; in cdnsp_link_rings()
230 struct cdnsp_segment *last_seg, in cdnsp_update_stream_segment_mapping() argument
243 if (seg == last_seg) in cdnsp_update_stream_segment_mapping()
277 ring->first_seg, ring->last_seg, GFP_ATOMIC); in cdnsp_update_stream_mapping()
392 &ring->last_seg, num_segs, in cdnsp_ring_alloc()
399 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= in cdnsp_ring_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-mem.c153 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in cdnsp_link_rings()
154 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control &= in cdnsp_link_rings()
158 ring->last_seg = last; in cdnsp_link_rings()
230 struct cdnsp_segment *last_seg, in cdnsp_update_stream_segment_mapping() argument
243 if (seg == last_seg) in cdnsp_update_stream_segment_mapping()
277 ring->first_seg, ring->last_seg, GFP_ATOMIC); in cdnsp_update_stream_mapping()
392 &ring->last_seg, num_segs, in cdnsp_ring_alloc()
399 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= in cdnsp_ring_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-mem.c153 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in cdnsp_link_rings()
154 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control &= in cdnsp_link_rings()
158 ring->last_seg = last; in cdnsp_link_rings()
230 struct cdnsp_segment *last_seg, in cdnsp_update_stream_segment_mapping() argument
243 if (seg == last_seg) in cdnsp_update_stream_segment_mapping()
277 ring->first_seg, ring->last_seg, GFP_ATOMIC); in cdnsp_update_stream_mapping()
392 &ring->last_seg, num_segs, in cdnsp_ring_alloc()
399 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= in cdnsp_ring_alloc()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_polyline_traits_2.h166 int last_seg = num_seg-1; in operator() local
178 if (cmp_seg_endpts(cv[last_seg]) == SMALLER) { in operator()
181 cv.push_back(Subcurve_2(get_max_v(cv[last_seg]), p)); in operator()
186 cv.push_back(Subcurve_2(get_min_v(cv[last_seg]), p)); in operator()
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpoperationgradient.c70 GimpGradientSegment *last_seg; member
1010 rbd->last_seg = gimp_gradient_get_color_at (rbd->gradient, NULL, in gradient_render_pixel()
1011 rbd->last_seg, factor, in gradient_render_pixel()
1237 GimpGradientSegment *last_seg = NULL; in gimp_operation_gradient_validate_cache() local
1275 last_seg = gimp_gradient_get_color_at (self->gradient, NULL, last_seg, in gimp_operation_gradient_validate_cache()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c123 bool last_seg; member
830 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_prep_new_ibi()
877 if (!ibi->slot && !ibi->seg_cnt && ibi->last_seg) in hci_pio_process_ibi()
890 if (ibi->last_seg) { in hci_pio_process_ibi()
910 if (ibi->last_seg) in hci_pio_process_ibi()
927 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_process_ibi()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c123 bool last_seg; member
830 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_prep_new_ibi()
877 if (!ibi->slot && !ibi->seg_cnt && ibi->last_seg) in hci_pio_process_ibi()
890 if (ibi->last_seg) { in hci_pio_process_ibi()
910 if (ibi->last_seg) in hci_pio_process_ibi()
927 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_process_ibi()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c123 bool last_seg; member
830 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_prep_new_ibi()
877 if (!ibi->slot && !ibi->seg_cnt && ibi->last_seg) in hci_pio_process_ibi()
890 if (ibi->last_seg) { in hci_pio_process_ibi()
910 if (ibi->last_seg) in hci_pio_process_ibi()
927 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_process_ibi()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dspheresweep.cpp1388 int last_seg; in Compute() local
1609 last_seg = Num_Segments - 1; in Compute()
1613 Segment[last_seg].Center_Coef[0]; in Compute()
1616 Segment[last_seg].Radius_Coef[0]; in Compute()
1618 for(coef = 1; coef < Segment[last_seg].Num_Coefs; coef++) in Compute()
1622 Segment[last_seg].Center_Coef[coef]; in Compute()
1626 Segment[last_seg].Radius_Coef[coef]; in Compute()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c196 cdesc->last_seg = last; in safexcel_add_cdesc()
241 rdesc->last_seg = last; in safexcel_add_rdesc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c196 cdesc->last_seg = last; in safexcel_add_cdesc()
241 rdesc->last_seg = last; in safexcel_add_rdesc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c196 cdesc->last_seg = last; in safexcel_add_cdesc()
241 rdesc->last_seg = last; in safexcel_add_rdesc()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dsphsweep.cpp1469 int last_seg; in Compute() local
1686 last_seg = Num_Segments - 1; in Compute()
1690 Segment[last_seg].Center_Coef[0]); in Compute()
1693 Segment[last_seg].Radius_Coef[0]; in Compute()
1695 for(coef = 1; coef < Segment[last_seg].Num_Coefs; coef++) in Compute()
1699 Segment[last_seg].Center_Coef[coef]); in Compute()
1703 Segment[last_seg].Radius_Coef[coef]; in Compute()
/dports/www/xh/xh-0.14.1/src/
H A Ddownload.rs42 let last_seg = url in get_file_name() localVariable
46 Some(last_seg.to_string()) in get_file_name()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dsphsweep.cpp1547 int last_seg; in Compute_Sphere_Sweep() local
1764 last_seg = Sphere_Sweep->Num_Segments - 1; in Compute_Sphere_Sweep()
1768 Sphere_Sweep->Segment[last_seg].Center_Coef[0]); in Compute_Sphere_Sweep()
1771 Sphere_Sweep->Segment[last_seg].Radius_Coef[0]; in Compute_Sphere_Sweep()
1773 for(coef = 1; coef < Sphere_Sweep->Segment[last_seg].Num_Coefs; coef++) in Compute_Sphere_Sweep()
1777 Sphere_Sweep->Segment[last_seg].Center_Coef[coef]); in Compute_Sphere_Sweep()
1781 Sphere_Sweep->Segment[last_seg].Radius_Coef[coef]; in Compute_Sphere_Sweep()

123456