Home
last modified time | relevance | path

Searched refs:maxEnd (Results 1 – 25 of 145) sorted by relevance

123456

/dports/biology/canu/canu-2.2/src/bogart/
H A DAS_BAT_SplitDiscontinuous.C59 int32 maxEnd = tig->ufpath[0].position.max(); in tigIsContiguous() local
64 if (frg->position.min() > maxEnd - minOverlap) in tigIsContiguous()
67 maxEnd = std::max(maxEnd, frg->position.max()); in tigIsContiguous()
119 int32 maxEnd = 0; in splitDiscontinuous() local
129 if (bgn <= maxEnd - minOverlap) { in splitDiscontinuous()
132 maxEnd = std::max(maxEnd, end); in splitDiscontinuous()
153 maxEnd = end; in splitDiscontinuous()
/dports/biology/bbmap/bbmap/current/dna/
H A DGeneSet.java34 maxEnd=max((int)gene.txStop, maxEnd); in GeneSet()
60 sb.append("\tchr"+chrom+" ("+minStart+" - "+maxEnd+"), '"+Shared.strandCodes[strand]+"'"); in toString()
90 public int maxEnd=0; field in GeneSet
94 return point>=minStart && point<=maxEnd; in intersects()
97 return point2>=minStart && point1<=maxEnd; in intersects()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/taskjuggler/
H A DTaskScenario.h36 void setMaxEnd(time_t e) { maxEnd = e; } in setMaxEnd()
49 (maxEnd > 0 && (end > maxEnd))); in isEndOk()
90 time_t maxEnd; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/assertions/internal/reqtrace/
H A Dtrace_state.go107 var maxEnd time.Time
117 if maxEnd.Before(s.end) {
118 maxEnd = s.end
125 totalDuration := maxEnd.Sub(minStart)
126 if minStart.IsZero() || maxEnd.IsZero() || totalDuration <= 0 {
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/smartystreets/assertions/internal/reqtrace/
H A Dtrace_state.go107 var maxEnd time.Time
117 if maxEnd.Before(s.end) {
118 maxEnd = s.end
125 totalDuration := maxEnd.Sub(minStart)
126 if minStart.IsZero() || maxEnd.IsZero() || totalDuration <= 0 {
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/smartystreets/assertions/internal/reqtrace/
H A Dtrace_state.go107 var maxEnd time.Time
117 if maxEnd.Before(s.end) {
118 maxEnd = s.end
125 totalDuration := maxEnd.Sub(minStart)
126 if minStart.IsZero() || maxEnd.IsZero() || totalDuration <= 0 {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/assertions/internal/reqtrace/
H A Dtrace_state.go107 var maxEnd time.Time
117 if maxEnd.Before(s.end) {
118 maxEnd = s.end
125 totalDuration := maxEnd.Sub(minStart)
126 if minStart.IsZero() || maxEnd.IsZero() || totalDuration <= 0 {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/assertions/internal/reqtrace/
H A Dtrace_state.go107 var maxEnd time.Time
117 if maxEnd.Before(s.end) {
118 maxEnd = s.end
125 totalDuration := maxEnd.Sub(minStart)
126 if minStart.IsZero() || maxEnd.IsZero() || totalDuration <= 0 {
/dports/biology/canu/canu-2.2/src/pipelines/
H A Ddraw-tig.pl245 my $maxEnd; # the displayBgn/displayEnd as picked above.
271 $maxEnd = $end if (!defined($maxEnd));
274 $maxEnd = max($maxEnd, $end);
282 print STDERR "Will draw $minBgn [ $displayBgn-$displayEnd ] $maxEnd\n";
294 my $xScale = ($xPage - 2 * $xBorder) / ($maxEnd - $minBgn);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers/
H A DreadSimulator.h222 int maxEnd = startPos + readLength + maxErrors - 1; variable
228 resize(readTemplate,maxEnd-startPos);
229 …arrayCopy(iter(currentSource,startPos), iter(currentSource,maxEnd), begin(readTemplate)); //infix(…
241 while(pos < maxEnd) {
428 else id << maxEnd << ',' << maxEnd-pos;
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers3/
H A DreadSimulator.h219 int maxEnd = startPos + readLength + maxErrors - 1; variable
225 resize(readTemplate, maxEnd - startPos);
226 …arrayCopy(iter(currentSource, startPos), iter(currentSource, maxEnd), begin(readTemplate)); //infi…
239 while (pos < maxEnd)
434 id << maxEnd << ',' << maxEnd - pos;
/dports/biology/seqan1/seqan-1.3.1/apps/razers/
H A DreadSimulator.h222 int maxEnd = startPos + readLength + maxErrors - 1; variable
228 resize(readTemplate,maxEnd-startPos);
229 …arrayCopy(iter(currentSource,startPos), iter(currentSource,maxEnd), begin(readTemplate)); //infix(…
241 while(pos < maxEnd) {
426 else id << maxEnd << ',' << maxEnd-pos;
/dports/biology/seqan1/seqan-1.3.1/apps/razers2/
H A DreadSimulator.h222 int maxEnd = startPos + readLength + maxErrors - 1; variable
228 resize(readTemplate,maxEnd-startPos);
229 …arrayCopy(iter(currentSource,startPos), iter(currentSource,maxEnd), begin(readTemplate)); //infix(…
241 while(pos < maxEnd) {
426 else id << maxEnd << ',' << maxEnd-pos;
/dports/biology/seqan1/seqan-1.3.1/apps/splazers/
H A DreadSimulator.h222 int maxEnd = startPos + readLength + maxErrors - 1; variable
228 resize(readTemplate,maxEnd-startPos);
229 …arrayCopy(iter(currentSource,startPos), iter(currentSource,maxEnd), begin(readTemplate)); //infix(…
241 while(pos < maxEnd) {
426 else id << maxEnd << ',' << maxEnd-pos;
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/splazers/
H A DreadSimulator.h223 int maxEnd = startPos + readLength + maxErrors - 1; variable
229 resize(readTemplate,maxEnd-startPos);
230 …arrayCopy(iter(currentSource,startPos), iter(currentSource,maxEnd), begin(readTemplate)); //infix(…
244 while(pos < maxEnd) {
431 else id << maxEnd << ',' << maxEnd-pos;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgTagsContainer.cpp504 CDateTime maxEnd = m_database->GetMaxEndTime(m_iEpgID, minEventEnd); in GetTimeline() local
505 if (!maxEnd.IsValid() || maxEnd < timelineStart) in GetTimeline()
506 maxEnd = timelineStart; in GetTimeline()
512 result.emplace_back(CreateGapTag(maxEnd, minStart)); in GetTimeline()
519 CDateTime maxEnd = m_database->GetMaxEndTime(m_iEpgID, minEventEnd); in GetTimeline() local
520 if (!maxEnd.IsValid() || maxEnd < timelineStart) in GetTimeline()
521 maxEnd = timelineStart; in GetTimeline()
523 result.insert(result.begin(), CreateGapTag(maxEnd, result.front()->StartAsUTC())); in GetTimeline()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dwolfshapetexture.cpp154 int maxEnd = 0; in FWolfShapeTexture() local
167 if(end > maxEnd) in FWolfShapeTexture()
168 maxEnd = end; in FWolfShapeTexture()
174 Height = maxEnd-minStart; in FWolfShapeTexture()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DSemanticHighlightingPresenter.java104 int maxEnd= Integer.MIN_VALUE; in createPresentation() local
108 maxEnd= Math.max(maxEnd, offset + position.getLength()); in createPresentation()
113 maxEnd= Math.max(maxEnd, offset + position.getLength()); in createPresentation()
116 if (minStart < maxEnd) in createPresentation()
118 …return presentationReconciler.createRepairDescription(new Region(minStart, maxEnd - minStart), doc… in createPresentation()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DCallTip.cpp100 int maxEnd = 0; in DrawChunk() local
104 if ((maxEnd < numEnds) && in DrawChunk()
107 ends[maxEnd++] = i; in DrawChunk()
108 ends[maxEnd++] = i+1; in DrawChunk()
111 ends[maxEnd++] = len; in DrawChunk()
114 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DCallTip.cxx92 int maxEnd = 0; in DrawChunk() local
96 if ((maxEnd < numEnds) && in DrawChunk()
99 ends[maxEnd++] = i; in DrawChunk()
100 ends[maxEnd++] = i+1; in DrawChunk()
103 ends[maxEnd++] = len; in DrawChunk()
106 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx84 int maxEnd = 0; in DrawChunk() local
88 if ((maxEnd < numEnds) && in DrawChunk()
91 ends[maxEnd++] = i; in DrawChunk()
92 ends[maxEnd++] = i+1; in DrawChunk()
95 ends[maxEnd++] = len; in DrawChunk()
98 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx84 int maxEnd = 0; in DrawChunk() local
88 if ((maxEnd < numEnds) && in DrawChunk()
91 ends[maxEnd++] = i; in DrawChunk()
92 ends[maxEnd++] = i+1; in DrawChunk()
95 ends[maxEnd++] = len; in DrawChunk()
98 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx84 int maxEnd = 0; in DrawChunk() local
88 if ((maxEnd < numEnds) && in DrawChunk()
91 ends[maxEnd++] = i; in DrawChunk()
92 ends[maxEnd++] = i+1; in DrawChunk()
95 ends[maxEnd++] = len; in DrawChunk()
98 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DCallTip.cxx91 int maxEnd = 0; in DrawChunk() local
95 if ((maxEnd < numEnds) && in DrawChunk()
98 ends[maxEnd++] = i; in DrawChunk()
99 ends[maxEnd++] = i+1; in DrawChunk()
102 ends[maxEnd++] = len; in DrawChunk()
105 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx84 int maxEnd = 0; in DrawChunk() local
88 if ((maxEnd < numEnds) && in DrawChunk()
91 ends[maxEnd++] = i; in DrawChunk()
92 ends[maxEnd++] = i+1; in DrawChunk()
95 ends[maxEnd++] = len; in DrawChunk()
98 for (int seg = 0; seg<maxEnd; seg++) { in DrawChunk()

123456