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

/openjdk7/jdk/test/sun/misc/
H A DHashing.java40 static final char TWO_CHAR[] = { field in class:Hashing
104 chars = sun.misc.Hashing.murmur3_32(TWO_CHAR);
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp226 static const jchar TWO_CHAR[] = { (jchar) 0x8180, (jchar) 0x8382}; variable
282 jchars = murmur3_32(TWO_CHAR, 2);

Completed in 30 milliseconds