Home
last modified time | relevance | path

Searched refs:newOffsets (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/util/
H A DLineBreaker.java73 List<Integer> newOffsets = new ArrayList<>(); in reset() local
75 scanner.setTarget(newOffsets); in reset()
78 count = newOffsets.size() - 1; in reset()
80 lineOffsets = new int[newOffsets.size()]; in reset()
82 lineOffsets[i] = newOffsets.get(i); in reset()
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoShapeMoveCommand.cpp34 QVector<QPointF> previousPositions, newPositions, previousOffsets, newOffsets; member in KoShapeMoveCommand::Private
54 … const QVector<QPointF> &previousOffsets, const QVector<QPointF> &newOffsets, in KoShapeMoveCommand() argument
63 d->newOffsets = newOffsets; in KoShapeMoveCommand()
80 if (d->shapes.at(i)->anchor() && !d->newOffsets.isEmpty()) { in redo()
81 d->shapes.at(i)->anchor()->setOffset(d->newOffsets.at(i)); in redo()
H A DKoShapeMoveCommand.h64 const QVector<QPointF> &previousOffsets, const QVector<QPointF> &newOffsets,
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DSortedTermVectorMapper.cs86 …TermVectorOffsetInfo[] newOffsets = new TermVectorOffsetInfo[existingOffsets.Length + offsets.Leng… in Map()
87 Array.Copy(existingOffsets, 0, newOffsets, 0, existingOffsets.Length); in Map()
88 Array.Copy(offsets, 0, newOffsets, existingOffsets.Length, offsets.Length); in Map()
89 entry.SetOffsets(newOffsets); in Map()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DStringBlock.h73 T* newOffsets = (T*)malloc(entryCount * sizeof(T)); in compact() local
77 newOffsets[indices[i]] = newOffsets[indices[i - 1]]; in compact()
79 newOffsets[indices[i]] = offset; in compact()
89 offsets = newOffsets; in compact()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java130 int[] newOffsets = new int[newLen]; in growVisitedArrays() local
133 System.arraycopy(offsets, 0, newOffsets, 0, oldLen); in growVisitedArrays()
136 offsets = newOffsets; in growVisitedArrays()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java130 int[] newOffsets = new int[newLen]; in growVisitedArrays() local
133 System.arraycopy(offsets, 0, newOffsets, 0, oldLen); in growVisitedArrays()
136 offsets = newOffsets; in growVisitedArrays()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/
H A DStructuredTextOffsets.java98 int[] newOffsets = new int[offsets.length * 2]; in insertOffset() local
99 System.arraycopy(offsets, 0, newOffsets, 0, count); in insertOffset()
100 offsets = newOffsets; in insertOffset()
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/
H A Dudaf.scala216 val newOffsets = new Array[Int](length) constant
218 while (i < newOffsets.length) {
219 newOffsets(i) = bufferOffset + i
222 newOffsets
278 val newOffsets = new Array[Int](length) constant
280 while (i < newOffsets.length) {
281 newOffsets(i) = bufferOffset + i
284 newOffsets
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DSortedTermVectorMapper.cpp52 …Collection<TermVectorOffsetInfoPtr> newOffsets(Collection<TermVectorOffsetInfoPtr>::newInstance(ex… in map() local
53 newOffsets.addAll(offsets.begin(), offsets.end()); in map()
54 entry->setOffsets(newOffsets); in map()
/dports/editors/calligra/calligra-3.2.1/plugins/defaultTools/defaulttool/
H A DShapeMoveStrategy.cpp150 QVector<QPointF> newOffsets; in createCommand() local
161 newOffsets << m_newOffsets.at(i); in createCommand()
169 return new KoShapeMoveCommand(movedShapes, oldPositions, newPositions, oldOffsets, newOffsets); in createCommand()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DvboMemoryManager.cpp303 std::vector<size_t> newOffsets; in Reallocate() local
304 newOffsets.reserve(ranges.size()); in Reallocate()
314 newOffsets.push_back(totalNumElements); in Reallocate()
357 std::vector<size_t>::iterator newOffsetIt = newOffsets.begin(); in Reallocate()
418 range->SetElementOffset(newOffsets[idx]); in Reallocate()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DUnicodeUtil.cs331 int[] newOffsets = new int[2 * end]; in UTF8toUTF16()
332 Array.Copy(result.offsets, 0, newOffsets, 0, result.offsets.Length); in UTF8toUTF16()
333 result.offsets = newOffsets; in UTF8toUTF16()
/dports/devel/okteta/okteta-0.26.6/core/tests/
H A Dbookmarklisttest.cpp218 QVector<int> newOffsets; in testAdjustToSwapped() local
219newOffsets << bookmark1.offset() << bookmark3.offset() - firstLength << bookmark2.offset() + secon… in testAdjustToSwapped()
225 QVector<int>::ConstIterator oit = newOffsets.constBegin(); in testAdjustToSwapped()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DRestyleManagerBase.cpp510 nsMargin newOffsets; in RecomputePosition() local
514 ReflowInput::ComputeRelativeOffsets(wm, cont, size, newOffsets); in RecomputePosition()
515 NS_ASSERTION(newOffsets.left == -newOffsets.right && in RecomputePosition()
516 newOffsets.top == -newOffsets.bottom, in RecomputePosition()
530 nsPoint(newOffsets.left, newOffsets.top)); in RecomputePosition()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchangeManager.cpp396 const SdfLayerOffsetVector newOffsets = in DidChangeField() local
403 if (oldOffsets.size() == newOffsets.size()) { in DidChangeField()
405 if (TF_VERIFY(newOffsets.size() == subLayers.size())) { in DidChangeField()
406 for (size_t i = 0; i < newOffsets.size(); ++i) { in DidChangeField()
407 if (oldOffsets[i] != newOffsets[i]) { in DidChangeField()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2320 numCol = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree()
2475 for (j = newOffsets[f]; j < newOffsets[f+1]; j++, count++) { in DMPlexComputeInterpolatorTree()
2536 newOffsets[f + 1] += newOffsets[f]; in DMPlexComputeInterpolatorTree()
2559 PetscInt jSize = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree()
2697 PetscInt numFieldCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree()
2901 PetscInt numCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree()
2921 PetscInt numCols = newOffsets[f+1]-newOffsets[f]; in DMPlexComputeInterpolatorTree()
2938 PetscInt numCols = newOffsets[f+1]-newOffsets[f]; in DMPlexComputeInterpolatorTree()
4092 newOffsets[0] = 0; in DMPlexTransferVecTree_Interpolate()
4241 newOffsets[0] = 0; in DMPlexTransferVecTree_Interpolate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DRestyleManager.cpp884 nsMargin newOffsets; in RecomputePosition() local
888 ReflowInput::ComputeRelativeOffsets(wm, cont, size, newOffsets); in RecomputePosition()
889 NS_ASSERTION(newOffsets.left == -newOffsets.right && in RecomputePosition()
890 newOffsets.top == -newOffsets.bottom, in RecomputePosition()
904 nsPoint(newOffsets.left, newOffsets.top)); in RecomputePosition()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java684 long[] newOffsets = new long[newCapacity]; in commitSample() local
691 System.arraycopy(offsets, relativeFirstIndex, newOffsets, 0, beforeWrap); in commitSample()
699 System.arraycopy(offsets, 0, newOffsets, beforeWrap, afterWrap); in commitSample()
706 offsets = newOffsets; in commitSample()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java684 long[] newOffsets = new long[newCapacity]; in commitSample() local
691 System.arraycopy(offsets, relativeFirstIndex, newOffsets, 0, beforeWrap); in commitSample()
699 System.arraycopy(offsets, 0, newOffsets, beforeWrap, afterWrap); in commitSample()
706 offsets = newOffsets; in commitSample()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java684 long[] newOffsets = new long[newCapacity]; in commitSample() local
691 System.arraycopy(offsets, relativeFirstIndex, newOffsets, 0, beforeWrap); in commitSample()
699 System.arraycopy(offsets, 0, newOffsets, beforeWrap, afterWrap); in commitSample()
706 offsets = newOffsets; in commitSample()
/dports/devel/spark/spark-2.1.1/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/
H A DOnHeapColumnVector.java411 int[] newOffsets = new int[newCapacity]; in reserveInternal() local
414 System.arraycopy(this.arrayOffsets, 0, newOffsets, 0, elementsAppended); in reserveInternal()
417 arrayOffsets = newOffsets; in reserveInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/
H A DDefaultTrackOutput.java917 long[] newOffsets = new long[newCapacity]; in commitSample() local
924 System.arraycopy(offsets, relativeReadIndex, newOffsets, 0, beforeWrap); in commitSample()
932 System.arraycopy(offsets, 0, newOffsets, beforeWrap, afterWrap); in commitSample()
939 offsets = newOffsets; in commitSample()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/
H A DDefaultTrackOutput.java917 long[] newOffsets = new long[newCapacity]; in commitSample() local
924 System.arraycopy(offsets, relativeReadIndex, newOffsets, 0, beforeWrap); in commitSample()
932 System.arraycopy(offsets, 0, newOffsets, beforeWrap, afterWrap); in commitSample()
939 offsets = newOffsets; in commitSample()
/dports/devel/fpc-fcl-pdf/fpc-3.2.2/packages/fcl-pdf/src/
H A Dfpttfsubsetter.pp88 function buildGlyfTable(var newOffsets: TArrayUInt32): TStream;
89 function buildLocaTable(var newOffsets: TArrayUInt32): TStream;
697 function TFontSubsetter.buildGlyfTable(var newOffsets: TArrayUInt32): TStream;
778 newOffsets[n] := lOffset;
790 newOffsets[n+1] := lOffset;
794 function TFontSubsetter.buildLocaTable(var newOffsets: TArrayUInt32): TStream;
799 for i := 0 to Length(newOffsets)-1 do
800 WriteUInt32(Result, newOffsets[i]);

1234