OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STAILQ_FIRST
(Results
1 - 25
of
25
) sorted by null
/external/ipsec-tools/src/include-glibc/sys/
queue.h
189
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
192
for((var) =
STAILQ_FIRST
((head)); \
197
STAILQ_FIRST
((head)) = NULL; \
198
(head)->stqh_last = &
STAILQ_FIRST
((head)); \
208
if ((STAILQ_NEXT((elm), field) =
STAILQ_FIRST
((head))) == NULL) \
210
STAILQ_FIRST
((head)) = (elm); \
228
if (
STAILQ_FIRST
((head)) == (elm)) { \
232
struct type *curelm =
STAILQ_FIRST
((head)); \
242
if ((
STAILQ_FIRST
((head)) = \
243
STAILQ_NEXT(
STAILQ_FIRST
((head)), field)) == NULL)
[
all
...]
/bionic/libc/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/development/ndk/platforms/android-3/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
queue.h
278
#define
STAILQ_FIRST
(head) ((head)->stqh_first)
Completed in 3022 milliseconds