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

/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.hpp42 static jint Integer_rotateLeft(jint i, int distance) { function in class:AltHashing
H A DaltHashing.cpp77 k1 = Integer_rotateLeft(k1, 15);
81 h1 = Integer_rotateLeft(h1, 13);
102 k1 = Integer_rotateLeft(k1, 15);
137 k1 = Integer_rotateLeft(k1, 15);
141 h1 = Integer_rotateLeft(h1, 13);
151 k1 = Integer_rotateLeft(k1, 15);
181 k1 = Integer_rotateLeft(k1, 15);
185 h1 = Integer_rotateLeft(h1, 13);

Completed in 30 milliseconds