Lines Matching refs:longs
67 static void checkLongs(long[] longs) { in checkLongs() argument
68 Main.assertTrue(longs[0] == 0x1122334455667788L); in checkLongs()
69 Main.assertTrue(longs[1] == 0x8877665544332211L); in checkLongs()
70 Main.assertTrue(longs[2] == 0L); in checkLongs()
71 Main.assertTrue(longs[3] == 1L); in checkLongs()
72 Main.assertTrue(longs[4] == -1L); in checkLongs()
140 static void checkRange64(long[] longs, int negVal1, int negVal2) { in checkRange64() argument
144 Main.assertTrue(longs.length == 5); in checkRange64()
147 l = longs[5]; // exact bound in checkRange64()
153 longs[5] = l; // exact bound in checkRange64()
159 l = longs[6]; // one past in checkRange64()
165 l = longs[negVal1]; // -1 in checkRange64()
171 longs[negVal1] = l; // -1 in checkRange64()
177 l = longs[negVal2]; // min int in checkRange64()