Home
last modified time | relevance | path

Searched refs:fromIndex (Results 126 – 150 of 2558) sorted by relevance

12345678910>>...103

/dports/graphics/krita/krita-4.4.8/cmake/
H A DTestModernIconv.c29 int fromIndex = 0; in main() local
33 while (from[ fromIndex ] != 0) { in main()
34 if (check(from[ fromIndex ], to[ toIndex ]) != 0) { in main()
37 fromIndex = fromIndex + 1; in main()
40 fromIndex = 0; in main()
/dports/editors/calligra/calligra-3.2.1/cmake/
H A DTestModernIconv.c28 int fromIndex = 0; in main() local
32 while( from[ fromIndex ] != 0 ) { in main()
33 if ( check( from[ fromIndex ], to[ toIndex ] ) != 0 ) in main()
35 fromIndex = fromIndex + 1; in main()
38 fromIndex = 0; in main()
/dports/textproc/wv2/wv2-0.4.2/cmake/
H A DTestModernIconv.c28 int fromIndex = 0; in main() local
32 while( from[ fromIndex ] != 0 ) { in main()
33 if ( check( from[ fromIndex ], to[ toIndex ] ) != 0 ) in main()
35 fromIndex = fromIndex + 1; in main()
38 fromIndex = 0; in main()
/dports/lang/maude/maude-2.7.1/src/Core/
H A DmemoMap.hh35 DagNode* getToDag(int fromIndex) const;
36 void assignToDag(int fromIndex, DagNode* toDag);
44 MemoMap::getToDag(int fromIndex) const in getToDag()
46 int toIndex = toIndices[fromIndex]; in getToDag()
51 MemoMap::assignToDag(int fromIndex, DagNode* toDag) in assignToDag() argument
53 toIndices[fromIndex] = dags.insert(toDag); in assignToDag()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Arrays/
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Arrays/
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Arrays/
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Arrays/
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Arrays/
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Arrays/
H A DParallelSorting.java245 int fromIndex = m; in testAndCheckSubArray() local
719 fromIndex += n; in build()
722 fromIndex += g; in build()
725 fromIndex += z; in build()
728 fromIndex += p; in build()
745 fromIndex += n; in build()
748 fromIndex += g; in build()
751 fromIndex += z; in build()
754 fromIndex += p; in build()
764 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
H A DSorting.java238 int fromIndex = m; in testAndCheckSubArray() local
696 fromIndex += n; in build()
699 fromIndex += g; in build()
702 fromIndex += z; in build()
705 fromIndex += p; in build()
722 fromIndex += n; in build()
725 fromIndex += g; in build()
728 fromIndex += z; in build()
731 fromIndex += p; in build()
741 for (int i = fromIndex; i < fromIndex + count; i++) { in writeValue()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64StringSubstitutions.java67 int fromIndex = origFromIndex; in indexOf() local
68 if (fromIndex >= sourceCount) { in indexOf()
71 if (fromIndex < 0) { in indexOf()
72 fromIndex = 0; in indexOf()
76 return fromIndex; in indexOf()
79 int totalOffset = sourceOffset + fromIndex; in indexOf()
80 if (sourceCount - fromIndex < targetCount) { in indexOf()
84 assert sourceCount - fromIndex > 0 && targetCount > 0; in indexOf()
88 …ingIndexOfNode.optimizedStringIndexPointer(sourcePointer, sourceCount - fromIndex, targetPointer, … in indexOf()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64StringSubstitutions.java67 int fromIndex = origFromIndex; in indexOf() local
68 if (fromIndex >= sourceCount) { in indexOf()
71 if (fromIndex < 0) { in indexOf()
72 fromIndex = 0; in indexOf()
76 return fromIndex; in indexOf()
79 int totalOffset = sourceOffset + fromIndex; in indexOf()
80 if (sourceCount - fromIndex < targetCount) { in indexOf()
84 assert sourceCount - fromIndex > 0 && targetCount > 0; in indexOf()
88 …ingIndexOfNode.optimizedStringIndexPointer(sourcePointer, sourceCount - fromIndex, targetPointer, … in indexOf()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreSimpleSpline.cpp87 Vector3 SimpleSpline::interpolate(unsigned int fromIndex, Real t) const in interpolate() argument
90 assert (fromIndex < mPoints.size() && in interpolate()
93 if ((fromIndex + 1) == mPoints.size()) in interpolate()
97 return mPoints[fromIndex]; in interpolate()
104 return mPoints[fromIndex]; in interpolate()
108 return mPoints[fromIndex + 1]; in interpolate()
120 const Vector3& point1 = mPoints[fromIndex]; in interpolate()
121 const Vector3& point2 = mPoints[fromIndex+1]; in interpolate()
122 const Vector3& tan1 = mTangents[fromIndex]; in interpolate()
123 const Vector3& tan2 = mTangents[fromIndex+1]; in interpolate()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreSimpleSpline.cpp92 Vector3 SimpleSpline::interpolate(unsigned int fromIndex, Real t) const in interpolate() argument
95 assert (fromIndex < mPoints.size() && in interpolate()
98 if ((fromIndex + 1) == mPoints.size()) in interpolate()
102 return mPoints[fromIndex]; in interpolate()
109 return mPoints[fromIndex]; in interpolate()
113 return mPoints[fromIndex + 1]; in interpolate()
125 const Vector3& point1 = mPoints[fromIndex]; in interpolate()
126 const Vector3& point2 = mPoints[fromIndex+1]; in interpolate()
127 const Vector3& tan1 = mTangents[fromIndex]; in interpolate()
128 const Vector3& tan2 = mTangents[fromIndex+1]; in interpolate()
/dports/science/colt/colt/src/cern/jet/random/sampling/
H A DRandomSampler.java168 public void nextBlock(int count, long[] values, int fromIndex) { in nextBlock() argument
176 long lastSample=values[fromIndex+count-1]; in nextBlock()
264 for (; --iter >= 0 ;) values[fromIndex++] = ++chosen; in rejectMethodD()
282 for (; --iter >= 0 ;) values[fromIndex++] = ++chosen; in rejectMethodD()
287 for (; --count >= 0; ) values[fromIndex++] = ++chosen; in rejectMethodD()
318 int limit= fromIndex+count; in sample()
319 for (int i=fromIndex; i<limit; ) values[i++] = val++; in sample()
367 values[fromIndex++]=chosen; in sampleMethodA()
377 values[fromIndex]=chosen; in sampleMethodA()
448 values[fromIndex++] = chosen; in sampleMethodD()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DBitSet.cpp37 void BitSet::clear(uint32_t fromIndex, uint32_t toIndex) { in clear() argument
44 void BitSet::fastClear(uint32_t fromIndex, uint32_t toIndex) { in fastClear() argument
45 for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { in fastClear()
72 void BitSet::set(uint32_t fromIndex, uint32_t toIndex) { in set() argument
76 for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { in set()
81 void BitSet::fastSet(uint32_t fromIndex, uint32_t toIndex) { in fastSet() argument
82 for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { in fastSet()
113 void BitSet::flip(uint32_t fromIndex, uint32_t toIndex) { in flip() argument
122 void BitSet::fastFlip(uint32_t fromIndex, uint32_t toIndex) { in fastFlip() argument
148 int32_t BitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/chunk/
H A DBaseMediaChunkIterator.java26 private final long fromIndex; field in BaseMediaChunkIterator
38 public BaseMediaChunkIterator(long fromIndex, long toIndex) { in BaseMediaChunkIterator() argument
39 this.fromIndex = fromIndex; in BaseMediaChunkIterator()
57 currentIndex = fromIndex - 1; in reset()
66 if (currentIndex < fromIndex || currentIndex > toIndex) { in checkInBounds()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/chunk/
H A DBaseMediaChunkIterator.java26 private final long fromIndex; field in BaseMediaChunkIterator
38 public BaseMediaChunkIterator(long fromIndex, long toIndex) { in BaseMediaChunkIterator() argument
39 this.fromIndex = fromIndex; in BaseMediaChunkIterator()
57 currentIndex = fromIndex - 1; in reset()
66 if (currentIndex < fromIndex || currentIndex > toIndex) { in checkInBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/chunk/
H A DBaseMediaChunkIterator.java26 private final long fromIndex; field in BaseMediaChunkIterator
38 public BaseMediaChunkIterator(long fromIndex, long toIndex) { in BaseMediaChunkIterator() argument
39 this.fromIndex = fromIndex; in BaseMediaChunkIterator()
57 currentIndex = fromIndex - 1; in reset()
66 if (currentIndex < fromIndex || currentIndex > toIndex) { in checkInBounds()

12345678910>>...103