HomeSort by relevance Sort by last modified time
    Searched refs:SIMPLEQ_FIRST (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /system/extras/libpagemap/
pm_memusage.c 126 pm_swap_offset_t *elem = SIMPLEQ_FIRST(&mu->swap_offset_list);
130 elem = SIMPLEQ_FIRST(&mu->swap_offset_list);
  /external/openssh/openbsd-compat/
sys-queue.h 76 #undef SIMPLEQ_FIRST
352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
358 for((var) = SIMPLEQ_FIRST(head); \
363 for ((var) = SIMPLEQ_FIRST(head); \
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 236 handle_element = SIMPLEQ_FIRST(&pending_flush_items_head);
  /bionic/libc/include/sys/
queue.h 354 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /development/ndk/platforms/android-21/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /development/ndk/platforms/android-9/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 360 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
queue.h 360 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
queue.h 360 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
queue.h 352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first)

Completed in 846 milliseconds

1 2 3 4 5