Home | History | Annotate | Download | only in src

Lines Matching refs:rotateLeft

871            int b = rotateLeft(x, dist);
877 long bl = rotateLeft(xl, distl);
885 static int rotateLeft(int i, int distance) {