Home
last modified time | relevance | path

Searched refs:newBegin (Results 1 – 25 of 129) sorted by relevance

123456

/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/src/cpp/
H A DexpandPathVariable.cpp94 … wchar_t * newBegin = getVariableValueDefinedInScilab(&VARIABLES_words[i]); in expandPathVariableW() local
95 if (newBegin) in expandPathVariableW()
97 int lengthnewBegin = (int)wcslen(newBegin); in expandPathVariableW()
101 wcscpy(wcexpanded, newBegin); in expandPathVariableW()
105 free(newBegin); in expandPathVariableW()
106 newBegin = NULL; in expandPathVariableW()
109 FREE(newBegin); in expandPathVariableW()
110 newBegin = NULL; in expandPathVariableW()
/dports/math/blaze/blaze-3.8/blaze/math/sparse/
H A DCompressedMatrix.h1848 newBegin[k+1UL] = newBegin[k] + capacity(k); in reserve()
1851 newBegin[i+1UL] = newBegin[i] + nonzeros; in reserve()
1854 newBegin[k+1UL] = newBegin[k] + capacity(k); in reserve()
2013 newBegin[k+1UL] = newBegin[k] + ( begin_[k+1UL] - begin_[k] ); in reserveElements()
2191 newBegin[k+1UL] = newBegin[k] + total; in insert()
2199 newBegin[k+1UL] = newBegin[k] + total; in insert()
4728 newBegin[k+1UL] = newBegin[k] + capacity(k); in reserve()
4731 newBegin[j+1UL] = newBegin[j] + nonzeros; in reserve()
4734 newBegin[k+1UL] = newBegin[k] + capacity(k); in reserve()
5076 newBegin[k+1UL] = newBegin[k] + total; in insert()
[all …]
H A DCompressedVector.h1003 Iterator newBegin( allocate<Element>( nonzeros ) );
1005 swap( begin_, newBegin );
1006 deallocate( newBegin );
1496 Iterator newBegin = allocate<Element>( newCapacity ); in reserve() local
1499 end_ = castDown( transfer( begin_, end_, castUp( newBegin ) ) ); in reserve()
1500 swap( newBegin, begin_ ); in reserve()
1502 deallocate( newBegin ); in reserve()
1712 Iterator newBegin = allocate<Element>( newCapacity ); in insert() local
1713 Iterator tmp = castDown( std::move( begin_, pos, castUp( newBegin ) ) ); in insert()
1718 swap( newBegin, begin_ ); in insert()
[all …]
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Duncompressed_values.hpp63 IndiceIt newBegin = std::lower_bound(begin, end, lbP); in compatibleQuery() local
64 if(newBegin == end) { in compatibleQuery()
66 begin = newBegin; in compatibleQuery()
69 assert(newBegin->first >= lb); in compatibleQuery()
71 begin = newBegin; in compatibleQuery()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DprimRange.h339 void set_begin(iterator const &newBegin) { in set_begin() argument
340 TF_VERIFY(!newBegin.IsPostVisit()); in set_begin()
341 _begin = newBegin.base(); in set_begin()
342 _initProxyPrimPath = newBegin._proxyPrimPath; in set_begin()
343 _initDepth = newBegin._depth; in set_begin()
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Ddiff.go243 var oldBegin, oldNumOfLines, newBegin, newNumOfLines int64
246 newBegin = otherLine
249 newBegin = currentLine
261 newBegin--
268 newBegin--
275 oldBegin, oldNumOfLines, newBegin, newNumOfLines)
/dports/textproc/zenxml/zenxml-2.4/zen/
H A Dstring_tools.h313 const auto* const newBegin = strBegin(newTerm); in replaceCpy() local
314 const auto* const newEnd = newBegin + strLength(newTerm); in replaceCpy()
320 impl::stringAppend(output, newBegin, newEnd); in replaceCpy()
351 const auto* newBegin = oldBegin; in trim() local
355 while (newBegin != newEnd && isWhiteSpace(newEnd[-1])) in trim()
359 while (newBegin != newEnd && isWhiteSpace(*newBegin)) in trim()
360 ++newBegin; in trim()
362 if (newBegin != oldBegin) in trim()
363 …str = S(newBegin, newEnd - newBegin); //minor inefficiency: in case "str" is not shared, we could … in trim()
365 str.resize(newEnd - newBegin); in trim()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/scriptsys/
H A Dtokenbuffer.cpp305 QChar *newBegin = advanceToPoolWithSpace(tok.size()); in appendChar() local
306 memmove(newBegin, tok.data(), tok.size() * sizeof(QChar)); in appendChar()
307 *_forming = Token(newBegin, newBegin + tok.size(), _forming->line()); in appendChar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DInvokeWithExceptionNode.java182 AbstractBeginNode newBegin = new BeginNode(); in killKillingBegin() local
183 graph().addAfterFixed(begin, graph().add(newBegin)); in killKillingBegin()
184 begin.replaceAtUsages(newBegin); in killKillingBegin()
186 return newBegin; in killKillingBegin()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DInvokeWithExceptionNode.java182 AbstractBeginNode newBegin = new BeginNode(); in killKillingBegin() local
183 graph().addAfterFixed(begin, graph().add(newBegin)); in killKillingBegin()
184 begin.replaceAtUsages(newBegin); in killKillingBegin()
186 return newBegin; in killKillingBegin()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DInvokeWithExceptionNode.java218 AbstractBeginNode newBegin = new BeginNode(); in killKillingBegin() local
219 graph().addAfterFixed(begin, graph().add(newBegin)); in killKillingBegin()
220 begin.replaceAtUsages(newBegin); in killKillingBegin()
222 return newBegin; in killKillingBegin()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DInvokeWithExceptionNode.java219 AbstractBeginNode newBegin = new BeginNode(); in killKillingBegin() local
220 graph().addAfterFixed(begin, graph().add(newBegin)); in killKillingBegin()
221 begin.replaceAtUsages(newBegin); in killKillingBegin()
223 return newBegin; in killKillingBegin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkEnumerate.h73 auto newBegin = std::next(fBegin, offset); in subspan() local
74 return SkEnumerate(fBeginIndex + offset, newBegin, std::next(newBegin, count)); in subspan()
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/
H A Dquickscenegraphmodel.cpp258 const auto newBegin = j; in populateFromNode() local
263 if (newBegin != j) { // new elements in populateFromNode()
266 const auto count = std::distance(newBegin, j); in populateFromNode()
269 for (auto it = newBegin; it != j; ++it) { in populateFromNode()
273 for (auto it = newBegin; it != j; ++it) in populateFromNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkEnumerate.h83 auto newBegin = std::next(fBegin, offset);
84 return SkEnumerate(fBeginIndex + offset, newBegin, std::next(newBegin, count));
/dports/biology/jalview/jalview/src/jalview/datamodel/features/
H A DFeatureStore.java836 int newBegin = sf.getBegin() + shiftBy; in shiftFeatures() local
844 newBegin = Math.max(1, newBegin); in shiftFeatures()
845 SequenceFeature sf2 = new SequenceFeature(sf, newBegin, newEnd, in shiftFeatures()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dbox.hxx198 void moveTo(Vector const &newBegin) in moveTo() argument
200 end_ += newBegin - begin_; in moveTo()
201 begin_ = newBegin; in moveTo()
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DSequenceFeature.java161 public SequenceFeature(SequenceFeature sf, String newType, int newBegin, in SequenceFeature() argument
164 this(newType, sf.getDescription(), newBegin, newEnd, newScore, in SequenceFeature()
190 public SequenceFeature(SequenceFeature sf, int newBegin, int newEnd, in SequenceFeature() argument
193 this(sf, sf.getType(), newBegin, newEnd, newGroup, newScore); in SequenceFeature()
/dports/www/dtse/dtse-1.3/
H A DRanker.cpp1046 size_t found(where.find(words[word], begin)), newBegin(found + in phrase() local
1079 begin = newBegin; in phrase()
1084 value = phrase(words, (word + 1), newBegin, false, where); in phrase()
1094 begin = newBegin; in phrase()
1111 size_t found(where.find(words[word], begin)), newBegin(found + in phrase() local
1147 begin = newBegin; in phrase()
1152 value = phrase(words, (word + 1), newBegin, false, where, in phrase()
1163 begin = newBegin; in phrase()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java125 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
126 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
127 position.set(newControlSplit, newBegin); in unswitch()
134 survivingSuccessor.replaceAtUsages(InputType.Guard, newBegin); in unswitch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java126 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
127 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
128 position.set(newControlSplit, newBegin); in unswitch()
135 survivingSuccessor.replaceAtUsages(InputType.Guard, newBegin); in unswitch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java127 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
128 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
129 position.set(newControlSplit, newBegin); in unswitch()
136 survivingSuccessor.replaceAtUsages(InputType.Guard, newBegin); in unswitch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java127 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
128 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
129 position.set(newControlSplit, newBegin); in unswitch()
136 survivingSuccessor.replaceAtUsages(InputType.Guard, newBegin); in unswitch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java171 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
172 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
173 position.set(newControlSplit, newBegin); in unswitch()
180 survivingSuccessor.replaceAtUsages(newBegin, InputType.Guard); in unswitch()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DLoopTransformations.java171 AbstractBeginNode newBegin = BeginNode.begin(duplicateLoop.entryPoint()); in unswitch() local
172 newBegin.setNodeSourcePosition(position.get(firstNode).getNodeSourcePosition()); in unswitch()
173 position.set(newControlSplit, newBegin); in unswitch()
180 survivingSuccessor.replaceAtUsages(newBegin, InputType.Guard); in unswitch()

123456