Home
last modified time | relevance | path

Searched defs:NCOPY (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6892265/
H A DTest.java34 static final int NCOPY = 1; field in Test
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6892265/
H A DTest.java34 static final int NCOPY = 1; field in Test
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/runtime/
H A DTest6892265.java35 static final int NCOPY = 1; field in Test6892265
/dports/science/cdo/cdo-2.0.0/src/
H A DCDItest.cc26 const auto NCOPY = cdo_operator_add("ncopy", 0, 0, nullptr); in CDItest() local
/dports/math/form/form-4.2.1/sources/
H A Ddeclare.h70 #define NCOPY(s,t,n) while ( --n >= 0 ) *s++ = *t++; macro
/dports/print/pcal/pcal-4.11.0/src/
H A Dpcaldefs.h805 #define NCOPY 1 /* copies of each output page */ macro