Searched refs:ONE_INT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/misc/
H A DHashing.java42 static final int ONE_INT[] = { field in class:Hashing
105 ints = sun.misc.Hashing.murmur3_32(ONE_INT);
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp227 static const jint ONE_INT[] = { 0x83828180}; variable
283 ints = murmur3_32(ONE_INT, 1);
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java175 static private final Integer ZERO_INT = 0, ONE_INT = 1; field in class:ValueConversions
194 res = ((boolean)x ? ONE_INT : ZERO_INT);

Completed in 46 milliseconds