Searched refs:compareUnsigned (Results 1 – 5 of 5) sorted by relevance
708 if (compareUnsigned(result, first) < 0) { in parseUnsignedLong()1272 public static int compareUnsigned(long x, long y) { in compareUnsigned() method in Long1299 return (compareUnsigned(dividend, divisor)) < 0 ? 0L :1L; in divideUnsigned()1332 if (compareUnsigned(dividend, divisor) < 0) // Avoid explicit check for 0 divisor in remainderUnsigned()
1284 public static int compareUnsigned(int x, int y) {
44 if (Long.compareUnsigned(address, MAX_VALID_ADDRESS - length) > 0) { in NioBufferIterator()
166 Integer.compareUnsigned(ordVals[i], ordVals[j]));
174 Long.compareUnsigned(ordVals[i], ordVals[j]));