Lines Matching defs:j
367 int j = i & 31; in testRotateLeftBoolean() local
383 int j = i & 31; in testRotateLeftByte() local
401 int j = i & 31; in testRotateLeftShort() local
420 int j = i & 31; in testRotateLeftChar() local
437 int j = i & 31; in testRotateLeftInt() local
455 int j = i & 63; in testRotateLeftLong() local
466 int j = i & 31; in testRotateRightBoolean() local
482 int j = i & 31; in testRotateRightByte() local
500 int j = i & 31; in testRotateRightShort() local
518 int j = i & 31; in testRotateRightChar() local
535 int j = i & 31; in testRotateRightInt() local
553 int j = i & 63; in testRotateRightLong() local