OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIRCLEQ_FIRST
(Results
1 - 25
of
48
) sorted by null
1
2
/external/openssh/openbsd-compat/
sys-queue.h
107
#undef
CIRCLEQ_FIRST
516
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
522
(
CIRCLEQ_FIRST
(head) == CIRCLEQ_END(head))
525
for((var) =
CIRCLEQ_FIRST
(head); \
/external/chromium/third_party/libevent/compat/sys/
queue.h
396
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
402
(
CIRCLEQ_FIRST
(head) == CIRCLEQ_END(head))
405
for((var) =
CIRCLEQ_FIRST
(head); \
/external/chromium_org/third_party/libevent/compat/sys/
queue.h
396
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
402
(
CIRCLEQ_FIRST
(head) == CIRCLEQ_END(head))
405
for((var) =
CIRCLEQ_FIRST
(head); \
/bionic/libc/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/development/ndk/platforms/android-3/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
queue.h
543
#define
CIRCLEQ_FIRST
(head) ((head)->cqh_first)
Completed in 43 milliseconds
1
2