Searched refs:hops (Results 1 – 5 of 5) sorted by relevance
997 int hops = MAX_HOPS; in bulkRemove() local1010 if (pAlive || q == null || --hops == 0) { in bulkRemove()1017 hops = MAX_HOPS; in bulkRemove()
414 int hops = 1; in unlink() local417 for (Node<E> p = prev; ; ++hops) { in unlink()438 for (Node<E> p = next; ; ++hops) { in unlink()459 if (hops < HOPS in unlink()
1575 int hops = MAX_HOPS; in bulkRemove() local1590 if (pAlive || q == null || --hops == 0) { in bulkRemove()1597 hops = MAX_HOPS; in bulkRemove()
606 int hopsTto1 = Builder.hops in compare()608 int hopsTto2 = Builder.hops in compare()
189 static int hops(GeneralNameInterface base, GeneralNameInterface test, in hops() method in Builder