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

  /external/qemu/
sys-queue.h 226 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 338 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /bionic/libc/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 375 milliseconds