Home
last modified time | relevance | path

Searched defs:NCPU (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/asl/asl-current/
H A Dcode6809.c1152 static void AddFixed(const char *NName, Word NCode, CPUVar NCPU) in AddFixed()
1173 static void AddALU(const char *NName, Word NCode, Byte NSize, Boolean NImm, CPUVar NCPU) in AddALU()
1193 static void AddRMW(const char *NName, Word NCode, CPUVar NCPU) in AddRMW()
1201 static void AddFlag(const char *NName, Word NCode, Boolean NInv, CPUVar NCPU) in AddFlag()
1210 static void AddLEA(const char *NName, Word NCode, CPUVar NCPU) in AddLEA()
1218 static void AddImm(const char *NName, Word NCode, CPUVar NCPU) in AddImm()
1226 static void AddStack(const char *NName, Word NCode, CPUVar NCPU) in AddStack()
H A Dcode51.c2467 static void AddFixed(const char *NName, Word NCode, CPUVar NCPU) in AddFixed()
2475 static void AddAcc(const char *NName, Word NCode, CPUVar NCPU) in AddAcc()
2483 static void AddCond(const char *NName, Word NCode, CPUVar NCPU) in AddCond()
2491 static void AddBCond(const char *NName, Word NCode, CPUVar NCPU) in AddBCond()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/atomic/
H A DLazy.java53 final AtomicIntegerArray ia = new AtomicIntegerArray(1);
H A DSerial.java52 testLongAdder();
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-6.c83 #define NCPU (4) macro
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/cpu/
H A Dcpu_pcp.c18 #define NCPU 0 macro
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/atomic/
H A DLongAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in LongAdderDemo
H A DDoubleAdderDemo.java52 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in DoubleAdderDemo
/dports/math/lcalc/lcalc-1.23/src/
H A DLcommandline.cc299 int NCPU = omp_get_num_procs(); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DStriped64.java143 static final int NCPU = Runtime.getRuntime().availableProcessors(); field in Striped64

1234567