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

  /external/chromium/third_party/libevent/compat/sys/
queue.h 396 #define CIRCLEQ_FIRST(head) ((head)->cqh_first)
402 (CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))
405 for((var) = CIRCLEQ_FIRST(head); \
  /bionic/libc/include/sys/
queue.h 543 #define CIRCLEQ_FIRST(head) ((head)->cqh_first)
  /development/ndk/platforms/android-3/include/sys/
queue.h 543 #define CIRCLEQ_FIRST(head) ((head)->cqh_first)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 543 #define CIRCLEQ_FIRST(head) ((head)->cqh_first)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 543 #define CIRCLEQ_FIRST(head) ((head)->cqh_first)

Completed in 58 milliseconds