Home
last modified time | relevance | path

Searched refs:curEnd (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/svchost/
H A Dlabel_iter.go16 curEnd int member
22 l.curEnd = 0
42 l.curEnd = l.curStart + p
44 l.curEnd = len(l.orig)
46 return l.orig[l.curStart:l.curEnd]
57 l.curStart = l.curEnd + 1
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-svchost/
H A Dlabel_iter.go16 curEnd int member
22 l.curEnd = 0
42 l.curEnd = l.curStart + p
44 l.curEnd = len(l.orig)
46 return l.orig[l.curStart:l.curEnd]
57 l.curStart = l.curEnd + 1
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/evidence/
H A DKSWindowFinder.java52 protected int curEnd; field in KSWindowFinder
66 curEnd = 0; in KSWindowFinder()
90 final int start = Math.max(1, curEnd - 2 * BLOCK_SIZE); in checkHistograms()
91 … final SVInterval curInterval = new SVInterval(readMetadata.getContigID(curContig), start, curEnd); in checkHistograms()
113 return read.getContig().equals(curContig) && read.getStart() < curEnd; in isSameBlock()
124 curEnd += BLOCK_SIZE; in advanceBlock()
125 if ( !read.getContig().equals(curContig) || read.getStart() >= curEnd ) { in advanceBlock()
127 curEnd = read.getStart() + BLOCK_SIZE; in advanceBlock()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/svchost/
H A Dlabel_iter.go16 curEnd int member
29 l.curEnd = l.curStart + p
31 l.curEnd = len(l.orig)
33 return l.orig[l.curStart:l.curEnd]
44 l.curStart = l.curEnd + 1
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/backfill/
H A Dmain.go133 curEnd := endDate
134 for curEnd.After(startDate) {
135 curStart := curEnd.Add(-24 * time.Hour)
139 backfill(curStart, curEnd)
140 curEnd = curEnd.Add(-24 * time.Hour)
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DCorruptionBlackBox.cpp131 uint32 & curEnd = it->m_nEndPos; in VerifiedData() local
137 if (curEnd > nRelEndPos) { in VerifiedData()
145 data = curEnd - curStart + 1; in VerifiedData()
148 } else if (curStart < nRelStartPos && curEnd >= nRelStartPos) { in VerifiedData()
151 if (curEnd > nRelEndPos) { in VerifiedData()
161 data = curEnd - nRelStartPos + 1; in VerifiedData()
162 curEnd = nRelStartPos - 1; in VerifiedData()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DCorruptionBlackBox.cpp131 uint32 & curEnd = it->m_nEndPos;
137 if (curEnd > nRelEndPos) {
145 data = curEnd - curStart + 1;
148 } else if (curStart < nRelStartPos && curEnd >= nRelStartPos) {
151 if (curEnd > nRelEndPos) {
161 data = curEnd - nRelStartPos + 1;
162 curEnd = nRelStartPos - 1;
/dports/cad/magic/magic-8.3.245/gcr/
H A DgcrFlags.c71 short **map, *curCol, *curEnd, *nextCol; local
84 curEnd = &curCol[ch->gcr_width];
87 curPtr <= curEnd;
/dports/lang/maude/maude-2.7.1/src/FullCompiler/
H A Druntime.cc53 char* curEnd; variable
78 if (t > curEnd) in evacuate()
83 curEnd = curNext + CHUNK_SIZE; in evacuate()
163 char *ce = curEnd; in ephemeralGC()
220 curEnd = ce; in ephemeralGC()
232 curEnd = curNext + CHUNK_SIZE; in fullGC()
280 int used = (curChunk + 1) * CHUNK_SIZE - (curEnd - curNext); in fullGC()
317 curEnd = curNext + CHUNK_SIZE; in initMem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/
H A DNetworkStatsHistory.java319 final long curEnd = curStart + bucketDuration; in recordData() local
322 if (curEnd < start) break; in recordData()
326 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start); in recordData()
448 final long curEnd = curStart + bucketDuration; in removeBucketsBefore() local
452 if (curEnd > cutoff) break; in removeBucketsBefore()
496 final long curEnd = curStart + bucketDuration; in getValues() local
499 if (curEnd <= start) break; in getValues()
504 final boolean activeBucket = curStart < now && curEnd > now; in getValues()
509 final long overlapEnd = curEnd < end ? curEnd : end; in getValues()
557 final long curEnd = curStart + randomLong(r, 0, (end - curStart) / 2); in generateRandom() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaaccessibilityelement.mm75 int curStart = 0, curEnd = 0;
78 curStart = curEnd;
79 text->textAtOffset(curStart, QAccessible::LineBoundary, &curStart, &curEnd);
81 if (curStart == -1 || curEnd == -1) {
92 // and therefore nextEnd will not be equal to curEnd
96 if (nextEnd == curEnd)
97 ++curEnd;
99 …} while ((*line == -1 || curLine < *line) && (*offset == -1 || (curEnd <= *offset)) && curEnd <= t…
101 curEnd = qMin(curEnd, text->characterCount());
109 Q_ASSERT(curEnd >= 0);
[all …]

12345678910>>...33