HomeSort by relevance Sort by last modified time
    Searched defs:TAILQ_EMPTY (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 366 if (!TAILQ_EMPTY(head2)) { \
374 #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)
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 301 #define TAILQ_EMPTY(head) \
  /bionic/libc/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /development/ndk/platforms/android-3/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /development/ndk/platforms/android-L/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 481 if (!TAILQ_EMPTY(head) && \
511 if (!TAILQ_EMPTY(head2)) { \
521 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
queue.h 446 if (!TAILQ_EMPTY(head2)) { \
457 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 446 if (!TAILQ_EMPTY(head2)) { \
457 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)

Completed in 621 milliseconds

1 2 3