Home
last modified time | relevance | path

Searched refs:longs (Results 1 – 1 of 1) sorted by relevance

/dalvik/tests/003-omnibus-opcodes/src/
DArray.java54 static void checkLongs(long[] longs) { in checkLongs() argument
55 assert(longs[0] == 0x1122334455667788L); in checkLongs()
56 assert(longs[1] == 0x8877665544332211L); in checkLongs()
57 assert(longs[2] == 0L); in checkLongs()
58 assert(longs[3] == 1L); in checkLongs()
59 assert(longs[4] == -1L); in checkLongs()
127 static void checkRange64(long[] longs, int negVal1, int negVal2) { in checkRange64() argument
131 assert(longs.length == 5); in checkRange64()
134 l = longs[5]; // exact bound in checkRange64()
140 longs[5] = l; // exact bound in checkRange64()
[all …]