OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIMPLEQ_FIRST
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium/third_party/libevent/compat/sys/
queue.h
231
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
233
#define SIMPLEQ_EMPTY(head) (
SIMPLEQ_FIRST
(head) == SIMPLEQ_END(head))
237
for((var) =
SIMPLEQ_FIRST
(head); \
/external/openssh/openbsd-compat/
sys-queue.h
76
#undef
SIMPLEQ_FIRST
347
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
349
#define SIMPLEQ_EMPTY(head) (
SIMPLEQ_FIRST
(head) == SIMPLEQ_END(head))
353
for((var) =
SIMPLEQ_FIRST
(head); \
/bionic/libc/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/development/ndk/platforms/android-3/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
Completed in 1207 milliseconds
1
2