Home
last modified time | relevance | path

Searched refs:targetOffset (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dupdatefunctor.h30 const Coord<DIM>& targetOffset, in SoARegionUpdateHelper() argument
34 targetOffset(targetOffset), in SoARegionUpdateHelper()
51 Coord<DIM> relativeTargetOrigin = i->origin + targetOffset; in operator()
81 const Coord<DIM>& targetOffset; variable
89 const Coord<DIM>& targetOffset, in operator()
115 const Coord<DIM>& targetOffset, in operator()
130 Coord<DIM> realTargetCoord = i->origin + targetOffset; in operator()
142 const Coord<DIM>& targetOffset, in operator()
155 Coord<DIM> targetOrigin = i->origin + targetOffset; in operator()
180 const Coord<DIM>& targetOffset, in operator()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBytecodeAnalysis.cpp106 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
107 if (targetOffset != offset) { in init()
108 infos_[targetOffset].init(stackDepth); in init()
109 infos_[targetOffset].jumpTarget = true; in init()
200 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
203 bool jumpBack = (targetOffset < offset) && !infos_[targetOffset].initialized; in init()
205 infos_[targetOffset].init(newStackDepth); in init()
206 infos_[targetOffset].jumpTarget = true; in init()
209 nextpc = script_->offsetToPC(targetOffset); in init()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBytecodeAnalysis.cpp106 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
107 if (targetOffset != offset) { in init()
108 infos_[targetOffset].init(stackDepth); in init()
109 infos_[targetOffset].jumpTarget = true; in init()
199 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
202 bool jumpBack = (targetOffset < offset) && !infos_[targetOffset].initialized; in init()
204 infos_[targetOffset].init(newStackDepth); in init()
205 infos_[targetOffset].jumpTarget = true; in init()
208 nextpc = script_->offsetToPC(targetOffset); in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBytecodeAnalysis.cpp119 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
120 if (targetOffset != defaultOffset) { in init()
121 infos_[targetOffset].init(stackDepth); in init()
122 infos_[targetOffset].setJumpTarget(normallyReachable); in init()
174 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
181 if (targetOffset < offset) { in init()
182 MOZ_ASSERT(infos_[targetOffset].initialized); in init()
183 MOZ_ASSERT_IF(normallyReachable, infos_[targetOffset].loopHeadCanOsr); in init()
187 infos_[targetOffset].init(newStackDepth); in init()
191 infos_[targetOffset].setJumpTarget(targetNormallyReachable); in init()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBytecodeAnalysis.cpp118 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
119 if (targetOffset != defaultOffset) { in init()
120 infos_[targetOffset].init(stackDepth); in init()
121 infos_[targetOffset].setJumpTarget(normallyReachable); in init()
173 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
180 if (targetOffset < offset) { in init()
181 MOZ_ASSERT(infos_[targetOffset].initialized); in init()
182 MOZ_ASSERT_IF(normallyReachable, infos_[targetOffset].loopHeadCanOsr); in init()
186 infos_[targetOffset].init(newStackDepth); in init()
190 infos_[targetOffset].setJumpTarget(targetNormallyReachable); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBytecodeAnalysis.cpp119 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
120 if (targetOffset != defaultOffset) { in init()
121 infos_[targetOffset].init(stackDepth); in init()
122 infos_[targetOffset].setJumpTarget(normallyReachable); in init()
174 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
181 if (targetOffset < offset) { in init()
182 MOZ_ASSERT(infos_[targetOffset].initialized); in init()
183 MOZ_ASSERT_IF(normallyReachable, infos_[targetOffset].loopHeadCanOsr); in init()
187 infos_[targetOffset].init(newStackDepth); in init()
191 infos_[targetOffset].setJumpTarget(targetNormallyReachable); in init()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBytecodeAnalysis.cpp96 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
97 if (targetOffset != offset) { in init()
98 infos_[targetOffset].init(stackDepth); in init()
99 infos_[targetOffset].jumpTarget = true; in init()
191 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
195 (targetOffset < offset) && !infos_[targetOffset].initialized; in init()
197 infos_[targetOffset].init(newStackDepth); in init()
198 infos_[targetOffset].jumpTarget = true; in init()
200 if (jumpBack) nextpc = script_->offsetToPC(targetOffset); in init()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/spaceObjects/
H A DbeamEffect.cpp50 registerMemberReplication(&targetOffset); in BeamEffect()
69 sf::Vector3f endPoint(targetLocation.x, targetLocation.y, targetOffset.z); in draw3DTransparent()
111 sf::Vector3f v0(targetLocation.x, targetLocation.y, targetOffset.z); in draw3DTransparent()
151 targetLocation = target->getPosition() + sf::Vector2f(targetOffset.x, targetOffset.y); in update()
178targetOffset = sf::Vector3f(hitLocation.x + random(-r/2.0, r/2.0), hitLocation.y + random(-r/2.0, … in setTarget()
181 targetOffset = sf::normalize(targetOffset) * r; in setTarget()
183 targetOffset = sf::normalize(targetOffset) * random(0, r / 2.0); in setTarget()
186 sf::Vector3f hitPos(targetLocation.x, targetLocation.y, targetOffset.z); in setTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopCanvas.java124 PointF targetOffset; in onSystemUiVisibilityChanged() local
126 targetOffset = new PointF(0.0f, 0.0f); in onSystemUiVisibilityChanged()
134 targetOffset = new PointF(mViewportOffset.x, mViewportOffset.y); in onSystemUiVisibilityChanged()
135 constrainPointToBounds(targetOffset, newBounds); in onSystemUiVisibilityChanged()
137 startOffsetReductionAnimation(targetOffset); in onSystemUiVisibilityChanged()
436 private void startOffsetReductionAnimation(final PointF targetOffset) { in startOffsetReductionAnimation() argument
438 || arePointsEqual(mViewportOffset, targetOffset, EPSILON)) { in startOffsetReductionAnimation()
448 private final float mOriginalX = mViewportOffset.x - targetOffset.x; in startOffsetReductionAnimation()
449 private final float mOriginalY = mViewportOffset.y - targetOffset.y; in startOffsetReductionAnimation()
465 mOriginalY * reductionFactor + targetOffset.y); in startOffsetReductionAnimation()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBytecodeAnalysis.cpp93 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
94 if (targetOffset != defaultOffset) { in init()
95 infos_[targetOffset].init(stackDepth); in init()
96 infos_[targetOffset].jumpTarget = true; in init()
163 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
167 MOZ_ASSERT_IF(targetOffset < offset, infos_[targetOffset].initialized); in init()
169 infos_[targetOffset].init(newStackDepth); in init()
170 infos_[targetOffset].jumpTarget = true; in init()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dtyped-array-set.tq50 // 5. Let targetOffset be ? ToInteger(offset).
51 // 6. If targetOffset < 0, throw a RangeError exception.
53 let targetOffset: uintptr = 0;
57 targetOffset = ToUintPtr(offsetArg)
93 utarget, utypedArray, targetOffset, targetOffsetOverflowed)
98 utarget, overloadedArg, targetOffset, targetOffsetOverflowed)
113 target: JSTypedArray, arrayArg: JSAny, targetOffset: uintptr,
166 context, fastSrc, utarget, srcLength, targetOffset);
182 targetOffset: uintptr,
254 targetElementsInfo.CalculateByteLength(targetOffset)
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64StringSubstitutions.java66 @ConstantNodeParameter char[] target, int targetOffset, int targetCount, in indexOf() argument
88 …ult = AMD64ArrayIndexOf.indexOf1Char(sourcePointer, sourceCount - fromIndex, target[targetOffset]); in indexOf()
95 …cutiveChars(sourcePointer, sourceCount - fromIndex, target[targetOffset], target[targetOffset + 1]… in indexOf()
104 …fTwoConsecutiveChars(sourcePointer, haystackLength, target[targetOffset], target[targetOffset + 1]… in indexOf()
111 …objectToTrackedPointer(target).add(charArrayBaseOffset(INJECTED)).add(targetOffset * charArrayInde… in indexOf()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64StringSubstitutions.java66 @ConstantNodeParameter char[] target, int targetOffset, int targetCount, in indexOf() argument
89 …ult = AMD64ArrayIndexOf.indexOf1Char(sourcePointer, sourceCount - fromIndex, target[targetOffset]); in indexOf()
96 …cutiveChars(sourcePointer, sourceCount - fromIndex, target[targetOffset], target[targetOffset + 1]… in indexOf()
105 …fTwoConsecutiveChars(sourcePointer, haystackLength, target[targetOffset], target[targetOffset + 1]… in indexOf()
112 …objectToTrackedPointer(target).add(charArrayBaseOffset(INJECTED)).add(targetOffset * charArrayInde… in indexOf()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dtyped-array-set.tq51 // 5. Let targetOffset be ? ToInteger(offset).
52 // 6. If targetOffset < 0, throw a RangeError exception.
54 let targetOffset: uintptr = 0;
58 targetOffset = ToUintPtr(offsetArg)
95 utarget, utypedArray, targetOffset, targetOffsetOverflowed)
101 utarget, overloadedArg, targetOffset, targetOffsetOverflowed)
118 target: JSTypedArray, arrayArg: JSAny, targetOffset: uintptr,
185 context, fastSrc, utarget, srcLength, targetOffset);
202 targetOffset: uintptr,
274 targetElementsInfo.CalculateByteLength(targetOffset)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dtyped-array-set.tq50 // 5. Let targetOffset be ? ToInteger(offset).
51 // 6. If targetOffset < 0, throw a RangeError exception.
53 let targetOffset: uintptr = 0;
57 targetOffset = ToUintPtr(offsetArg)
93 utarget, utypedArray, targetOffset, targetOffsetOverflowed)
98 utarget, overloadedArg, targetOffset, targetOffsetOverflowed)
113 target: JSTypedArray, arrayArg: JSAny, targetOffset: uintptr,
178 context, fastSrc, utarget, srcLength, targetOffset);
194 targetOffset: uintptr,
266 targetElementsInfo.CalculateByteLength(targetOffset)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5ArrayCopy.h36 char16_t* target, int32_t targetOffset, in arraycopy() argument
38 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
68 int32_t targetOffset, int32_t length) { in arraycopy() argument
69 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/graphics/geoapi/geoapi-3.0.0/sources-conformance/org/opengis/test/referencing/
H A DTransformTestCase.java243 final int targetOffset = i * targetDimension; in verifyTransform() local
248 expected, targetOffset, target.ordinates, 0, 1, false, i); in verifyTransform()
255 System.arraycopy(expected, targetOffset, target.ordinates, 0, targetDimension); in verifyTransform()
261 expected, targetOffset, target.ordinates, 0, 1, true, i); in verifyTransform()
391 int targetOffset = 0; in verifyConsistency() local
400 transformed[targetOffset++] = (float) targetPosition.getOrdinate(j); in verifyConsistency()
403 assertEquals(transformed.length, targetOffset); in verifyConsistency()
445 …for (int targetOffset=0; targetOffset < POINTS_OFFSET*targetDimension; targetOffset += targetDimen… in verifyConsistency()
448 … transform.transform(targetFloats, sourceOffset, targetFloats, targetOffset, numPts); in verifyConsistency()
451 … targetDimension, transformed, 0, targetFloats, targetOffset, numPts, false); in verifyConsistency()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5ArrayCopy.h37 …arraycopy(char16_t* source, int32_t sourceOffset, char16_t* target, int32_t targetOffset, int32_t … in arraycopy() argument
39 memcpy(&(target[targetOffset]), &(source[sourceOffset]), size_t(length) * sizeof(char16_t)); in arraycopy()
73 arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, int32_t targetOffset, int32_t length) in arraycopy() argument
75 … memmove(&(arr[targetOffset]), &(arr[sourceOffset]), size_t(length) * sizeof(nsHtml5StackNode*)); in arraycopy()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DFileReader.java1018 boolean containsOffset(long targetOffset) { in containsOffset() argument
1019 return (targetOffset >= startOffset) && in containsOffset()
1020 (targetOffset < endOffset); in containsOffset()
1026 containsOffset(targetOffset)); in containsLsn()
1030 public void positionBuffer(long targetOffset) { in positionBuffer() argument
1033 DbLsn.getNoFormatString(targetOffset); in positionBuffer()
1036 (int) (targetOffset - startOffset)); in positionBuffer()
1053 long targetOffset, in slideAndFill() argument
1073 (DbLsn.makeLsn(windowfileNum, targetOffset)) + in slideAndFill()
1156 long targetOffset) in fillFromFile() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64StringSubstitutions.java66 @ConstantNodeParameter char[] target, int targetOffset, int targetCount, in indexOf() argument
87 … return AMD64ArrayIndexOf.indexOf1Char(source, sourceCount, totalOffset, target[targetOffset]); in indexOf()
91 …nsecutiveChars(source, haystackLength, totalOffset, target[targetOffset], target[targetOffset + 1]… in indexOf()
100 …objectToTrackedPointer(target).add(charArrayBaseOffset(INJECTED)).add(targetOffset * charArrayInde… in indexOf()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/
H A Dfilereader_test.go72 targetOffset := int64(len(pattern) * repitition)
74 offset, err := fr.Seek(targetOffset, io.SeekStart)
79 if offset != targetOffset {
80 t.Fatalf("did not seek to correct offset: %d != %d", offset, targetOffset)
104 if current != targetOffset+int64(len(pattern)) {

12345678910>>...42