Home
last modified time | relevance | path

Searched refs:sharedIndex (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/vm/lang/
H A DMonitorBench.java68 int update2(int sharedIndex) throws Exception { in update2() argument
69 synchronized (sharedLocks[sharedIndex]) { in update2()
80 int update1(int sharedIndex) throws Exception { in update1() argument
81 synchronized (sharedLocks[sharedIndex]) { in update1()
83 return update2(sharedIndex); in update1()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/vm/lang/
H A DMonitorBench.java68 int update2(int sharedIndex) throws Exception { in update2() argument
69 synchronized (sharedLocks[sharedIndex]) { in update2()
80 int update1(int sharedIndex) throws Exception { in update1() argument
81 synchronized (sharedLocks[sharedIndex]) { in update1()
83 return update2(sharedIndex); in update1()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/vm/lang/
H A DMonitorBench.java68 int update2(int sharedIndex) throws Exception { in update2() argument
69 synchronized (sharedLocks[sharedIndex]) { in update2()
80 int update1(int sharedIndex) throws Exception { in update1() argument
81 synchronized (sharedLocks[sharedIndex]) { in update1()
83 return update2(sharedIndex); in update1()
/dports/cad/ldview/ldview-4.4/TRE/
H A DTRESmoother.cpp67 int sharedIndex = index1; in markShared() local
72 sharedIndex = index0; in markShared()
85 if (list->indexOfValue(sharedIndex) == -1) in markShared()
87 list->addValue(sharedIndex); in markShared()
93 list->addValue(sharedIndex); in markShared()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/
H A DLispReader.java45 public static int sharedIndex; field in LispReader
183 shared[sharedIndex++] = w; in readObjectIncrement()
191 shared[sharedIndex++] = w; in readObjectIncrement()
246 shared[sharedIndex++] = ws; in readObjectIncrement()
301 shared[sharedIndex++] = w; in readObjectIncrement()
317 shared[sharedIndex++] = w; in readObjectIncrement()
327 shared[sharedIndex++] = w; in readObjectIncrement()
468 shared[sharedIndex++] = w; in readObjectIncrement()
483 shared[sharedIndex++] = w; in readObjectIncrement()
567 shared[sharedIndex++] = w; in readObjectIncrement()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/
H A DPartitionerStatic.cs338 … protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) in DynamicPartitionEnumerator_Abstract() argument
339 : this(sharedReader, sharedIndex, false) in DynamicPartitionEnumerator_Abstract()
346 _sharedIndex = sharedIndex; in DynamicPartitionEnumerator_Abstract()
900 SharedLong sharedIndex, in InternalPartitionEnumerator() argument
905 : base(sharedReader, sharedIndex, useSingleChunking) in InternalPartitionEnumerator()
1088 …ynamicPartitionEnumeratorForIndexRange_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) in DynamicPartitionEnumeratorForIndexRange_Abstract() argument
1089 : base(sharedReader, sharedIndex) in DynamicPartitionEnumeratorForIndexRange_Abstract()
1234 … internal InternalPartitionEnumerator(IList<TSource> sharedReader, SharedLong sharedIndex) in InternalPartitionEnumerator() argument
1235 : base(sharedReader, sharedIndex) in InternalPartitionEnumerator()
1320 internal InternalPartitionEnumerator(TSource[] sharedReader, SharedLong sharedIndex) in InternalPartitionEnumerator() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/Concurrent/
H A DPartitionerStatic.cs350 … protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) in DynamicPartitionEnumerator_Abstract() argument
351 : this(sharedReader, sharedIndex, false) in DynamicPartitionEnumerator_Abstract()
358 m_sharedIndex = sharedIndex; in DynamicPartitionEnumerator_Abstract()
918 SharedLong sharedIndex, in InternalPartitionEnumerator() argument
924 : base(sharedReader, sharedIndex, useSingleChunking) in InternalPartitionEnumerator()
1110 …ynamicPartitionEnumeratorForIndexRange_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) in DynamicPartitionEnumeratorForIndexRange_Abstract() argument
1111 : base(sharedReader, sharedIndex) in DynamicPartitionEnumeratorForIndexRange_Abstract()
1256 … internal InternalPartitionEnumerator(IList<TSource> sharedReader, SharedLong sharedIndex) in InternalPartitionEnumerator() argument
1257 : base(sharedReader, sharedIndex) in InternalPartitionEnumerator()
1342 internal InternalPartitionEnumerator(TSource[] sharedReader, SharedLong sharedIndex) in InternalPartitionEnumerator() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/runtime/
H A Dimports.go29 sharedIndex.RegisterBuiltin(importPath, f)
45 var SharedRuntime = &Runtime{index: sharedIndex}
55 var sharedIndex = newIndex() var
H A Druntime.go49 r.index = sharedIndex
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DJlisp.java960 static int sharedIndex; field in Jlisp
1012 sharedIndex = 0; in preserve()
1087 sharedIndex = 0; in dumpTree()
1130 sharedIndex = 0; in preRestore()
1353 { shared[sharedIndex++] = w; in readObject()
1361 { shared[sharedIndex++] = w; in readObject()
1404 { shared[sharedIndex++] = ws; in readObject()
1440 { shared[sharedIndex++] = ws; in readObject()
1454 { shared[sharedIndex++] = w; in readObject()
1468 { shared[sharedIndex++] = w; in readObject()
[all …]
H A DUndefined.java58 new Integer(Jlisp.sharedIndex++)); in dump()
H A DBuiltinFunction.java63 new Integer(Jlisp.sharedIndex++)); in dump()
H A DGensym.java73 new Integer(Jlisp.sharedIndex++)); in dump()
H A DSpecialFunction.java92 new Integer(Jlisp.sharedIndex++)); in dump()
H A DInterpreted.java94 new Integer(Jlisp.sharedIndex++)); in dump()
H A DSpid.java116 new Integer(Jlisp.sharedIndex++)); in dump()
H A DFnWithEnv.java84 new Integer(Jlisp.sharedIndex++)); in dump()
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DJlisp.java992 static int sharedIndex; field in Jlisp
1044 sharedIndex = 0; in preserve()
1125 sharedIndex = 0; in dumpTree()
1169 sharedIndex = 0; in preRestore()
1383 { shared[sharedIndex++] = w; in readObject()
1391 { shared[sharedIndex++] = w; in readObject()
1492 { shared[sharedIndex++] = w; in readObject()
1506 { shared[sharedIndex++] = w; in readObject()
1516 { shared[sharedIndex++] = w; in readObject()
1647 { shared[sharedIndex++] = w; in readObject()
[all …]
H A DUndefined.java60 new Integer(Jlisp.sharedIndex++)); in dump()
H A DBuiltinFunction.java66 new Integer(Jlisp.sharedIndex++)); in dump()
H A DSpecialFunction.java93 new Integer(Jlisp.sharedIndex++)); in dump()
H A DFnWithEnv.java84 new Integer(Jlisp.sharedIndex++)); in dump()
H A DInterpreted.java95 new Integer(Jlisp.sharedIndex++)); in dump()
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DSimplifyLocals.cpp498 Index sharedIndex = -1; in optimizeBlockReturn() local
509 sharedIndex = index; in optimizeBlockReturn()
537 auto* breakLocalSetPointer = breaks[j].sinkables.at(sharedIndex).item; in optimizeBlockReturn()
575 auto* blockLocalSetPointer = sinkables.at(sharedIndex).item; in optimizeBlockReturn()
581 auto* breakLocalSetPointer = breaks[j].sinkables.at(sharedIndex).item; in optimizeBlockReturn()
604 Builder(*this->getModule()).makeLocalSet(sharedIndex, block); in optimizeBlockReturn()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxcellformula.h40 int sharedIndex() const;

123