OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIMPLEQ_FIRST
(Results
1 - 9
of
9
) sorted by null
/external/chromium/third_party/libevent/compat/sys/
queue.h
231
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
233
#define SIMPLEQ_EMPTY(head) (
SIMPLEQ_FIRST
(head) == SIMPLEQ_END(head))
237
for((var) =
SIMPLEQ_FIRST
(head); \
/bionic/libc/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/development/ndk/platforms/android-3/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
352
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
Completed in 46 milliseconds