HomeSort by relevance Sort by last modified time
    Searched defs:LIST_FIRST (Results 1 - 25 of 74) 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_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); \
  /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)
  /development/ndk/platforms/android-L/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 365 if (LIST_FIRST((head)) != NULL && \
366 LIST_FIRST((head))->field.le_prev != \
367 &LIST_FIRST((head))) \
390 #define LIST_FIRST(head) ((head)->lh_first)
393 for ((var) = LIST_FIRST((head)); \
398 for ((var) = LIST_FIRST((head)); \
403 LIST_FIRST((head)) = NULL; \
425 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
426 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
427 LIST_FIRST((head)) = (elm);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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)
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)

Completed in 2123 milliseconds

1 2 3