Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedQueue.java997 int hops = MAX_HOPS; in bulkRemove() local
1010 if (pAlive || q == null || --hops == 0) { in bulkRemove()
1017 hops = MAX_HOPS; in bulkRemove()
DConcurrentLinkedDeque.java414 int hops = 1; in unlink() local
417 for (Node<E> p = prev; ; ++hops) { in unlink()
438 for (Node<E> p = next; ; ++hops) { in unlink()
459 if (hops < HOPS in unlink()
DLinkedTransferQueue.java1575 int hops = MAX_HOPS; in bulkRemove() local
1590 if (pAlive || q == null || --hops == 0) { in bulkRemove()
1597 hops = MAX_HOPS; in bulkRemove()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DForwardBuilder.java606 int hopsTto1 = Builder.hops in compare()
608 int hopsTto2 = Builder.hops in compare()
DBuilder.java189 static int hops(GeneralNameInterface base, GeneralNameInterface test, in hops() method in Builder