Searched refs:compareUnsignedLong (Results 1 – 3 of 3) sorted by relevance
212 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong() method in RSUtils
317 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong() method in RSUtils
307 if (RSUtils.compareUnsignedLong(minArray[i], maxArray[i]) > 0) { in enforceOrdering()