OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMPLEQ_EMPTY
(Results
1 - 25
of
48
) sorted by null
1
2
/external/openssh/openbsd-compat/
sys-queue.h
78
#undef
SIMPLEQ_EMPTY
349
#define
SIMPLEQ_EMPTY
(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
/bionic/libc/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/development/ndk/platforms/android-3/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/external/chromium/third_party/libevent/compat/sys/
queue.h
233
#define
SIMPLEQ_EMPTY
(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
/external/chromium_org/third_party/libevent/compat/sys/
queue.h
233
#define
SIMPLEQ_EMPTY
(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
queue.h
351
#define
SIMPLEQ_EMPTY
(head) ((head)->sqh_first == NULL)
Completed in 41 milliseconds
1
2