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

/openjdk7/jdk/test/sun/misc/
H A DHashing.java34 static final char ONE_CHAR[] = { field in class:Hashing
98 chars = sun.misc.Hashing.murmur3_32(ONE_CHAR);
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp223 static const jchar ONE_CHAR[] = { (jchar) 0x8180}; variable
277 jchars = murmur3_32(ONE_CHAR, 1);

Completed in 30 milliseconds