Searched defs:cpr (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java327 * loops. Static method cpr(comparator, x, y) is used for all
649 static final int cpr(Comparator c, Object x, Object y) { method in class:ConcurrentSkipListMap
677 if (cpr(cmp, key, k) > 0) {
753 if ((c = cpr(cmp, key, n.key)) == 0)
789 if ((c = cpr(cmp, key, n.key)) == 0) {
830 if ((c = cpr(cmp, key, n.key)) > 0) {
894 int c = cpr(cmp, key, n.key);
968 if ((c = cpr(cmp, key, n.key)) < 0)
1242 int c = cpr(cmp, key, n.key);
2597 cpr(cm
[all...]

Completed in 9 milliseconds