OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLIST_FIRST
(Results
1 - 10
of
10
) sorted by null
/external/ipsec-tools/src/include-glibc/sys/
queue.h
127
#define
SLIST_FIRST
(head) ((head)->slh_first)
130
for ((var) =
SLIST_FIRST
((head)); \
135
SLIST_FIRST
((head)) = NULL; \
144
SLIST_NEXT((elm), field) =
SLIST_FIRST
((head)); \
145
SLIST_FIRST
((head)) = (elm); \
151
if (
SLIST_FIRST
((head)) == (elm)) { \
155
struct type *curelm =
SLIST_FIRST
((head)); \
164
SLIST_FIRST
((head)) = SLIST_NEXT(
SLIST_FIRST
((head)), field); \
/external/chromium/third_party/libevent/compat/sys/
queue.h
106
#define
SLIST_FIRST
(head) ((head)->slh_first)
108
#define SLIST_EMPTY(head) (
SLIST_FIRST
(head) == SLIST_END(head))
112
for((var) =
SLIST_FIRST
(head); \
120
SLIST_FIRST
(head) = SLIST_END(head); \
/bionic/libc/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/development/ndk/platforms/android-3/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
Completed in 32 milliseconds