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

1 2 3

  /external/ipsec-tools/src/racoon/
rsalist.c 56 #ifndef LIST_FIRST
57 #define LIST_FIRST(head) ((head)->lh_first)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 297 #define LIST_FIRST(head) ((head)->lh_first)
300 for ((var) = LIST_FIRST((head)); \
305 for ((var) = LIST_FIRST((head)); \
310 LIST_FIRST((head)) = NULL; \
329 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
330 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
331 LIST_FIRST((head)) = (elm); \
332 (elm)->field.le_prev = &LIST_FIRST((head)); \
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 275 #define LIST_FIRST(head) ((head)->lh_first)
278 for ((var) = LIST_FIRST((head)); \
283 LIST_FIRST((head)) = NULL; \
302 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
303 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
304 LIST_FIRST((head)) = (elm); \
305 (elm)->field.le_prev = &LIST_FIRST((head)); \
  /external/chromium/third_party/libevent/compat/sys/
queue.h 157 #define LIST_FIRST(head) ((head)->lh_first)
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
163 for((var) = LIST_FIRST(head); \
171 LIST_FIRST(head) = LIST_END(head); \
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 157 #define LIST_FIRST(head) ((head)->lh_first)
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
163 for((var) = LIST_FIRST(head); \
171 LIST_FIRST(head) = LIST_END(head); \
  /external/openssh/openbsd-compat/
sys-queue.h 62 #undef LIST_FIRST
269 #define LIST_FIRST(head) ((head)->lh_first)
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
275 for((var) = LIST_FIRST(head); \
283 LIST_FIRST(head) = LIST_END(head); \
  /bionic/libc/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /development/ndk/platforms/android-3/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)

Completed in 1223 milliseconds

1 2 3