3 references to Rotate
Microsoft.ML.Core (3)
Utilities\Hashing.cs (3)
97chunk = Rotate(chunk, 15); 101hash = Rotate(hash, 13); 253k1 *= 0xCC9E2D51; k1 = Rotate(k1, 15);