Searched defs:total (Results 1 - 25 of 80) sorted by relevance

1234

/openjdk10/hotspot/test/compiler/loopopts/superword/
H A DProdRed_Double.java104 public static double prodReductionImplement(double[] a, double[] b, double total) { argument
[all...]
H A DProdRed_Float.java104 public static float prodReductionImplement(float[] a, float[] b, float total) { argument
[all...]
H A DProdRed_Int.java103 public static int prodReductionImplement(int[] a, int[] b, int total) { argument
H A DSumRedSqrt_Double.java112 sumReductionImplement( double[] a, double[] b, double[] c, double[] d, double total) argument
H A DSumRed_Double.java111 sumReductionImplement( double[] a, double[] b, double[] c, double[] d, double total) argument
H A DSumRed_Float.java111 sumReductionImplement( float[] a, float[] b, float[] c, float[] d, float total) argument
H A DSumRed_Int.java111 sumReductionImplement( int[] a, int[] b, int[] c, int[] d, int total) argument
H A DSumRed_Long.java90 sumReductionImplement( long[] a, long[] b, long[] c, long[] d, long total) argument
[all...]
H A DSumRedAbsNeg_Float.java113 sumReductionImplement( float[] a, float[] b, float[] c, float[] d, float total) argument
H A DSumRedAbsNeg_Double.java113 sumReductionImplement( double[] a, double[] b, double[] c, double[] d, double total) argument
/openjdk10/hotspot/test/native/runtime/
H A Dtest_semaphore.cpp52 uint total = value; local
/openjdk10/jdk/test/java/io/ByteArrayInputStream/
H A DSkip.java33 private static void dotest(InputStream in, int curpos, long total, argument
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DageTable.cpp86 size_t total = 0; local
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DLCount.java41 public int captures=0,bubbles=0,defaults, total=0; field in class:LCount
/openjdk10/jdk/src/java.base/solaris/native/libjava/
H A DProcessHandleImpl_solaris.c44 pid_t os_getParentPidAndTimings(JNIEnv *env, pid_t pid, jlong *total, jlong *start) { argument
/openjdk10/jdk/src/java.base/aix/native/libjava/
H A DProcessHandleImpl_aix.c44 pid_t os_getParentPidAndTimings(JNIEnv *env, pid_t pid, jlong *total, jlong *start) { argument
/openjdk10/jdk/test/java/io/DataInputStream/
H A DSkipBytes.java33 private static void dotest(DataInputStream dis, int pos, int total, argument
/openjdk10/jdk/test/java/nio/channels/Channels/
H A DBasic2.java81 private volatile int total; field in class:Basic2.Reader
121 int total() { return total; } method in class:Basic2.Reader
127 private final int total; field in class:Basic2.Writer
173 int total() { retur method in class:Basic2.Writer
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A Dhistogram.cpp88 jint total = 0; local
H A DnumberSeq.hpp60 virtual double total() const { return (double) _num; }; function in class:AbsSeq
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DMatrix01.java141 static void fillMatrix(Object[] matrix, int total) { argument
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1StringDedupStat.cpp102 void G1StringDedupStat::print_statistics(const G1StringDedupStat& stat, bool total) { argument
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DSocketDispatcher.c139 Java_sun_nio_ch_SocketDispatcher_write0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint total) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DSizeRequirements.java260 calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans) argument
300 calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans, boolean forward) argument
418 calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans) argument
457 calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans, boolean normal) argument
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DClassTab.java242 private void updateClassInfo(long total, long loaded) { argument

Completed in 292 milliseconds

1234