Lines Matching defs:j
262 int j = i & 31; in testRotateLeftBoolean() local
278 int j = i & 31; in testRotateLeftByte() local
296 int j = i & 31; in testRotateLeftShort() local
315 int j = i & 31; in testRotateLeftChar() local
332 int j = i & 31; in testRotateLeftInt() local
350 int j = i & 63; in testRotateLeftLong() local
362 int j = i & 31; in testRotateRightBoolean() local
378 int j = i & 31; in testRotateRightByte() local
396 int j = i & 31; in testRotateRightShort() local
414 int j = i & 31; in testRotateRightChar() local
431 int j = i & 31; in testRotateRightInt() local
449 int j = i & 63; in testRotateRightLong() local