Searched refs:TWO_INT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/misc/
H A DHashing.java56 static final int TWO_INT[] = { field in class:Hashing
117 ints = sun.misc.Hashing.murmur3_32(TWO_INT);
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp238 static const jint TWO_INT[] = { 0x83828180, 0x87868584}; variable
294 ints = murmur3_32(TWO_INT, 2);

Completed in 196 milliseconds