Home
last modified time | relevance | path

Searched refs:mline (Results 26 – 50 of 724) sorted by relevance

12345678910>>...29

/dports/science/chrono/chrono-7.0.1/src/chrono/geometry/
H A DChLinePath.h71 void AddSubLine(std::shared_ptr<ChLine> mline, ///< line to add
76 void AddSubLine(ChLine& mline, ///< line to add
83 std::shared_ptr<ChLine> mline, ///< line to add
90 ChLine& mline, ///< line to add
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/
H A DSDP.pm111 if ( my $mline = delete $m{m} ) {
112 push @lines,[ 'm',$mline ];
113 @m_self{qw(media port range proto fmt)} = _split_m( $mline );
123 my $mline = _join_m( @m_self{qw(media port range proto)},$fmt );
124 push @lines, [ 'm',$mline ];
488 my $mline = shift;
490 $mline =~m{^(\w+)\s+(\d+)(?:/(\d+))?\s+(\S+)((?:\s+\S+)+)}
491 or die "bad [m]edia: '$mline'";
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolreverseline.cpp157 QgsMultiPolylineXY mline = g.asMultiPolyline(); in partUnderPoint() local
158 for ( int part = 0; part < mline.count(); part++ ) in partUnderPoint()
160 if ( snapVertex < mline[part].count() ) in partUnderPoint()
164 return QgsGeometry::fromPolylineXY( mline[part] ); in partUnderPoint()
166 snapVertex -= mline[part].count(); in partUnderPoint()
H A Dqgsmaptooldeletepart.cpp146 QgsMultiPolylineXY mline = g.asMultiPolyline(); in partUnderPoint() local
147 for ( int part = 0; part < mline.count(); part++ ) in partUnderPoint()
149 if ( snapVertex < mline[part].count() ) in partUnderPoint()
153 return QgsGeometry::fromPolylineXY( mline[part] ); in partUnderPoint()
155 snapVertex -= mline[part].count(); in partUnderPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolreverseline.cpp157 QgsMultiPolylineXY mline = g.asMultiPolyline(); in partUnderPoint() local
158 for ( int part = 0; part < mline.count(); part++ ) in partUnderPoint()
160 if ( snapVertex < mline[part].count() ) in partUnderPoint()
164 return QgsGeometry::fromPolylineXY( mline[part] ); in partUnderPoint()
166 snapVertex -= mline[part].count(); in partUnderPoint()
H A Dqgsmaptooldeletepart.cpp146 QgsMultiPolylineXY mline = g.asMultiPolyline(); in partUnderPoint() local
147 for ( int part = 0; part < mline.count(); part++ ) in partUnderPoint()
149 if ( snapVertex < mline[part].count() ) in partUnderPoint()
153 return QgsGeometry::fromPolylineXY( mline[part] ); in partUnderPoint()
155 snapVertex -= mline[part].count(); in partUnderPoint()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/regex-multiline-flag-advnaceTo.d/
H A Dargs.ctags6 --mline-regex-foo=/def *([a-z]+)/\1/a/{mgroup=1}
11 --mline-regex-bar=/def *([a-z]+)/\1/a/{mgroup=1}{_advanceTo=1start}
16 --mline-regex-baz=/def *([a-z]+)/\1/a/{mgroup=1}{_advanceTo=1end}
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_alidisplay.c284 new_obj->mline = NULL; in p7_alidisplay_Create_empty()
346 ad2->mline = ad2->mem + (ad->mline - ad->mem); in p7_alidisplay_Clone()
372 if ( esl_strdup(ad->mline, -1, &(ad2->mline)) != eslOK) goto ERROR; in p7_alidisplay_Clone()
931 …memcpy(ad->mem+pos, ad->mline, ad->N+1); free(ad->mline); ad->mline = ad->mem+pos; pos += ad->N+1… in p7_alidisplay_Serialize_old()
1004 if (ad->mline != ad->mem+pos) { free(ad->mline); ad->mline = ad->mem+pos; } pos += ad->N+1; in p7_alidisplay_Deserialize_old()
1036 if (ad->mline) free(ad->mline); in p7_alidisplay_Destroy()
1512 ad->mline[pos] = ' '; in p7_alidisplay_Sample()
1518 ad->mline[pos] = ' '; in p7_alidisplay_Sample()
1618 if (esl_strcmp(ad1->mline, ad2->mline) != eslOK) return eslFAIL; in p7_alidisplay_Compare()
1900 ad->mline[pos] = ' '; in alidisplay_SampleFake_ntseq()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_alidisplay.c284 new_obj->mline = NULL; in p7_alidisplay_Create_empty()
346 ad2->mline = ad2->mem + (ad->mline - ad->mem); in p7_alidisplay_Clone()
372 if ( esl_strdup(ad->mline, -1, &(ad2->mline)) != eslOK) goto ERROR; in p7_alidisplay_Clone()
931 …memcpy(ad->mem+pos, ad->mline, ad->N+1); free(ad->mline); ad->mline = ad->mem+pos; pos += ad->N+1… in p7_alidisplay_Serialize_old()
1004 if (ad->mline != ad->mem+pos) { free(ad->mline); ad->mline = ad->mem+pos; } pos += ad->N+1; in p7_alidisplay_Deserialize_old()
1036 if (ad->mline) free(ad->mline); in p7_alidisplay_Destroy()
1512 ad->mline[pos] = ' '; in p7_alidisplay_Sample()
1518 ad->mline[pos] = ' '; in p7_alidisplay_Sample()
1618 if (esl_strcmp(ad1->mline, ad2->mline) != eslOK) return eslFAIL; in p7_alidisplay_Compare()
1900 ad->mline[pos] = ' '; in alidisplay_SampleFake_ntseq()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c299 nice_words, mid, mptr, len, len, mfile, mline, in memory_error()
423 memory_check(void *uptr, int mid, const char *mfile, int mline, const char *file, int line) in memory_check() argument
431 memory_error((void *) NULL, "memory_check", mid, mfile, mline, file, line); in memory_check()
439 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
444 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
449 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
454 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
472 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
521 int mline; in actual_free() local
526 memory_check(uptr, (mid=MID(mptr)), (mfile=MFILE(mptr)), (mline=MLINE(mptr)), file, line); in actual_free()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c299 nice_words, mid, mptr, len, len, mfile, mline, in memory_error()
423 memory_check(void *uptr, int mid, const char *mfile, int mline, const char *file, int line) in memory_check() argument
431 memory_error((void *) NULL, "memory_check", mid, mfile, mline, file, line); in memory_check()
439 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
444 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
449 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
454 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
472 memory_error(user2malloc_(uptr), "memory_check", mid, mfile, mline, file, line); in memory_check()
521 int mline; in actual_free() local
526 memory_check(uptr, (mid=MID(mptr)), (mfile=MFILE(mptr)), (mline=MLINE(mptr)), file, line); in actual_free()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/win/
H A Daudio_mixer_manager_win.cc1739 MIXERLINE mline;
1741 mline.cbStruct = sizeof(MIXERLINE);
1756 memcpy(&line, &mline, sizeof(MIXERLINE));
1764 TraceStatusAndSupportFlags(mline.fdwLine);
1765 TraceComponentType(mline.dwComponentType);
1772 TraceTargetType(mline.Target.dwType);
1791 MIXERLINE mline;
1793 mline.cbStruct = sizeof(MIXERLINE);
1808 memcpy(&line, &mline, sizeof(MIXERLINE));
1816 TraceStatusAndSupportFlags(mline.fdwLine);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/win/
H A Daudio_mixer_manager_win.cc1743 MIXERLINE mline; in GetDestinationLineInfo() local
1745 mline.cbStruct = sizeof(MIXERLINE); in GetDestinationLineInfo()
1760 memcpy(&line, &mline, sizeof(MIXERLINE)); in GetDestinationLineInfo()
1768 TraceStatusAndSupportFlags(mline.fdwLine); in GetDestinationLineInfo()
1769 TraceComponentType(mline.dwComponentType); in GetDestinationLineInfo()
1776 TraceTargetType(mline.Target.dwType); in GetDestinationLineInfo()
1795 MIXERLINE mline; in GetSourceLineInfo() local
1797 mline.cbStruct = sizeof(MIXERLINE); in GetSourceLineInfo()
1812 memcpy(&line, &mline, sizeof(MIXERLINE)); in GetSourceLineInfo()
1820 TraceStatusAndSupportFlags(mline.fdwLine); in GetSourceLineInfo()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChLineShape.h28 ChLineShape(std::shared_ptr<geometry::ChLine>& mline);
35 void SetLineGeometry(std::shared_ptr<geometry::ChLine> mline) { gline = mline; } in SetLineGeometry() argument
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/io/dsv/
H A Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dmline.rst159 the line element in this segment of the mline.
165 parameterization of the fill area for this mline segment.
167 taken as a whole for all line elements in the mline segment, they
168 define the boundary of the fill area for the mline segment.
190 :class:`~ezdxf.entities.mline.MLineStyleElements` object
194 .. class:: ezdxf.entities.mline.MLineStyleElements
198 List of :class:`~ezdxf.entities.mline.MLineStyleElement` objects, one
207 .. class:: ezdxf.entities.mline.MLineStyleElement
/dports/www/mod_perl2/mod_perl-2.0.11/lib/ModPerl/
H A DCScan.pm185 my ($mline,$line,%macros,%macrosargs,$sym,$args);
201 ($sym, $args, $mline) = ($1, $2, $3);
202 $mline .= <C> while not eof(C) and $mline =~ s/\\\n/\n/;
203 chomp $mline;
206 $macrosargs{$sym} = [ [split /\s*,\s*/, $args], $mline];
208 $macros{$sym} = $mline;
217 my ($mline,$line,%macros,%macrosargs,$sym,$args);
240 ($sym, $args, $mline) = ($1, $2, $3);
241 $mline .= <$stream> while ($mline =~ s/\\\n/\n/);
242 chomp $mline;
[all …]

12345678910>>...29