OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:for_each_tag
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
setup.h
154
#define
for_each_tag
(t,base) for(t = base; t->hdr.size; t = tag_next(t))
macro
/development/ndk/platforms/android-21/arch-arm/include/asm/
setup.h
154
#define
for_each_tag
(t,base) for (t = base; t->hdr.size; t = tag_next(t))
macro
/external/kernel-headers/original/uapi/asm-arm/asm/
setup.h
183
#define
for_each_tag
(t,base) \
macro
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
setup.h
154
#define
for_each_tag
(t,base) for (t = base; t->hdr.size; t = tag_next(t))
macro
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
setup.h
154
#define
for_each_tag
(t,base) for (t = base; t->hdr.size; t = tag_next(t))
macro
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
setup.h
154
#define
for_each_tag
(t,base) for (t = base; t->hdr.size; t = tag_next(t))
macro
Completed in 76 milliseconds