HomeSort by relevance Sort by last modified time
    Searched refs:HOPS (Results 1 - 2 of 2) sorted by null

  /system/connectivity/dhcp_client/
dhcp_message_unittest.cc 67 #define HOPS 0x00
92 HOPS, // hops
114 HOPS, // hops
136 HOPS, // hops
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 80 * using two techniques: advancing multiple hops with a single CAS
383 private static final int HOPS = 2;
422 int hops = 1; local
425 for (Node<E> p = prev; ; ++hops) {
446 for (Node<E> p = next; ; ++hops) {
467 if (hops < HOPS
    [all...]

Completed in 3677 milliseconds