Home | History | Annotate | Download | only in src

Lines Matching refs:rotateLeft

872            int b = rotateLeft(x, dist);
878 long bl = rotateLeft(xl, distl);
886 static int rotateLeft(int i, int distance) {