OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CIRCLEQ_EMPTY
(Results
1 - 25
of
71
) sorted by null
1
2
3
/bionic/libc/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/development/ndk/platforms/android-21/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/development/ndk/platforms/android-3/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/external/openssh/openbsd-compat/
sys-queue.h
112
#undef
CIRCLEQ_EMPTY
550
#define
CIRCLEQ_EMPTY
(head) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h
559
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
queue.h
559
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
queue.h
559
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
queue.h
542
#define
CIRCLEQ_EMPTY
(head) ((head)->cqh_first == (void *)(head))
Completed in 1068 milliseconds
1
2
3