OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STAILQ_FIRST
(Results
51 - 56
of
56
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
Completed in 2388 milliseconds
1
2
3