Home
last modified time | relevance | path

Searched refs:newLast (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/vlsn/
H A DVLSNRange.java154 VLSN newLast = last; in getUpdateForNewMapping() local
163 newLast = newValue; in getUpdateForNewMapping()
187 VLSN newLast = getComparison(last, other.last, in getUpdate() local
202 VLSN newLast = getComparison(last, other.last, true); in merge() local
215 VLSN newLast = deleteStart.getPrev(); in shortenFromEnd() local
217 assert newLast.compareTo(lastTxnEnd) >= 0 : in shortenFromEnd()
218 "Can't truncate at " + newLast + in shortenFromEnd()
221 if (newLast.equals(NULL_VLSN)) { in shortenFromEnd()
224 return new VLSNRange(first, newLast, newLast, lastTxnEnd); in shortenFromEnd()
234 VLSN newLast = last; in shortenFromHead() local
[all …]
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBUse.c43 int first, oldLast, newLast; in XkbNoteMapChanges() local
55 if (oldLast > newLast) in XkbNoteMapChanges()
56 newLast = oldLast; in XkbNoteMapChanges()
73 if (oldLast > newLast) in XkbNoteMapChanges()
74 newLast = oldLast; in XkbNoteMapChanges()
91 if (oldLast > newLast) in XkbNoteMapChanges()
92 newLast = oldLast; in XkbNoteMapChanges()
109 if (oldLast > newLast) in XkbNoteMapChanges()
110 newLast = oldLast; in XkbNoteMapChanges()
130 if (oldLast > newLast) in XkbNoteMapChanges()
[all …]
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Dpartitionalignment.cpp77 …gnment::isAligned(const Device& d, const Partition& p, qint64 newFirst, qint64 newLast, bool quiet) in isAligned() argument
82 if (lastDelta(d, p, newLast) && !quiet) in isAligned()
83 …operly aligned (last sector: %2, modulo: %3).", p.deviceNode(), newLast, lastDelta(d, p, newLast)); in isAligned()
85 return firstDelta(d, p, newFirst) == 0 && lastDelta(d, p, newLast) == 0; in isAligned()
/dports/cad/opencascade/opencascade-7.6.0/src/Law/
H A DLaw_BSpFunc.cxx98 Standard_Real newFirst, newLast; in NbIntervals() local
108 1,Nb,Index2,newLast); in NbIntervals()
111 if ( newLast-TK(Index2)>Precision::PConfusion()) in NbIntervals()
161 Standard_Real newFirst, newLast; in Intervals() local
171 1,Nb,Index2,newLast); in Intervals()
174 if ( newLast-TK(Index2)>Precision::PConfusion()) in Intervals()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_Curve.cxx105 Standard_Real newFirst, newLast; in LocalContinuity() local
111 1,Nb,Index2,newLast); in LocalContinuity()
115 if ( Abs(newLast-TK(Index2))<Precision::PConfusion()) in LocalContinuity()
316 Standard_Real newFirst, newLast; in NbIntervals() local
324 1,Nb,Index2,newLast); in NbIntervals()
328 if (Abs(newLast - myBSplineCurve->FirstParameter()) < Precision::PConfusion()) in NbIntervals()
329 newLast += myBSplineCurve->Period(); in NbIntervals()
339 if ( newLast-TK(Index2)> Eps) Index2++; in NbIntervals()
446 Standard_Real newFirst, newLast; in Intervals() local
454 1,Nb,Index2,newLast); in Intervals()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_ConvertCurve2dToBezier.cxx187 Standard_Real newLast = First+Shift; in Compute() local
195 newFirst = newLast; in Compute()
196 newLast = nextKnot; in Compute()
199 ShapeCustom_Curve2d::ConvertToLine2d(aCrv2d, newFirst, newLast, Precision::Approximation(), in Compute()
203 Handle(Geom2d_BezierCurve) bezier = MakeBezier2d(aBSpline2d, newFirst, newLast); in Compute()
205 mySplitParams->Append(newLast); in Compute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.<A>of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DListBuffer.java129 List<A> newLast = List.<A>of(x); in append() local
131 last.tail = newLast; in append()
132 last = newLast; in append()
134 elems = last = newLast; in append()
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphExtensions.c472 graphExtensionP next = NULL, newNext = NULL, newLast = NULL; in gp_CopyExtensions() local
496 if (newLast != NULL) in gp_CopyExtensions()
497 newLast->next = (struct graphExtension *) newNext; in gp_CopyExtensions()
501 newLast = newNext; in gp_CopyExtensions()
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphExtensions.c472 graphExtensionP next = NULL, newNext = NULL, newLast = NULL; in gp_CopyExtensions() local
496 if (newLast != NULL) in gp_CopyExtensions()
497 newLast->next = (struct graphExtension *) newNext; in gp_CopyExtensions()
501 newLast = newNext; in gp_CopyExtensions()
/dports/science/cdk/cdk-cdk-2.3/base/standard/src/main/java/org/openscience/cdk/smiles/
H A DInvPair.java114 public void setLast(long newLast) { in setLast() argument
115 last = newLast; in setLast()
/dports/security/helib/HElib-1.3.1/src/
H A DIndexSet.cpp163 long newFirst = _first, newLast = _last; in remove() local
167 newLast = -1; in remove()
170 newLast = prev(_last); in remove()
176 _last = newLast; in remove()
/dports/www/dillo2/dillo-3.0.5/lout/
H A Dcontainer.cc295 Node *newLast = new Node; in append() local
296 newLast->next = NULL; in append()
297 newLast->object = element; in append()
300 last->next = newLast; in append()
301 last = newLast; in append()
303 first = last = newLast; in append()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAdaptor/
H A DGeom2dAdaptor_Curve.cxx106 Standard_Real newFirst, newLast; in LocalContinuity() local
114 1,Nb,Index2,newLast); in LocalContinuity()
118 if ( Abs(newLast-TK(Index2))<Precision::PConfusion()) in LocalContinuity()
362 Standard_Real newFirst, newLast; in NbIntervals() local
372 1,Nb,Index2,newLast); in NbIntervals()
380 if ( newLast-TK(Index2)> Eps) Index2++; in NbIntervals()
466 Standard_Real newFirst, newLast; in Intervals() local
476 1,Nb,Index2,newLast); in Intervals()
485 if ( newLast-TK(Index2)> Eps) Index2++; in Intervals()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/tests/
H A DPartitionJobTests.cpp362 qint64 newLast = newFirst + sectorsPerMiB * newSizeMiB - 1; in testResizePartition() local
408 … ResizePartitionJob* job = new ResizePartitionJob( m_device.data(), partition, newFirst, newLast ); in testResizePartition()
414 QCOMPARE( partition->lastSector(), newLast ); in testResizePartition()
425 QCOMPARE( partition->lastSector(), newLast ); in testResizePartition()
427 QCOMPARE( partition->fileSystem().lastSector(), newLast ); in testResizePartition()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DRedundantEditLogInputStream.java211 long newLast = streams[curIdx + 1].getLastTxId(); in nextOp() local
212 if (newLast < oldLast) { in nextOp()
218 newLast + ", but we thought we could read up to transaction " + in nextOp()
/dports/math/vampire/vampire-4.5.1/Lib/
H A DList.hpp784 List* newLast = new List(elem); in push() local
786 _last->setTail(newLast); in push()
787 else _initial = newLast; in push()
789 _last = newLast; in push()

1234567891011