Home
last modified time | relevance | path

Searched refs:EXPORT_FUNC (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/
D_exports.h7 #ifndef EXPORT_FUNC
8 #define EXPORT_FUNC(a, b, c, ...) macro
10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
11 EXPORT_FUNC(getc, int, getc, void)
12 EXPORT_FUNC(tstc, int, tstc, void)
13 EXPORT_FUNC(putc, void, putc, const char)
14 EXPORT_FUNC(puts, void, puts, const char *)
15 EXPORT_FUNC(printf, int, printf, const char*, ...)
17 EXPORT_FUNC(irq_install_handler, void, install_hdlr,
20 EXPORT_FUNC(irq_free_handler, void, free_hdlr, int)
[all …]
Dexports.h54 #define EXPORT_FUNC(impl, res, func, ...) res(*func)(__VA_ARGS__); macro
56 #undef EXPORT_FUNC
/external/u-boot/examples/standalone/
Dstubs.c18 #define EXPORT_FUNC(f, a, x, ...) \ macro
31 #define EXPORT_FUNC(f, a, x, ...) \ macro
46 #define EXPORT_FUNC(f, a, x, ...) \ macro
59 #define EXPORT_FUNC(f, a, x, ...) \ macro
76 #define EXPORT_FUNC(f, a, x, ...) \ macro
92 #define EXPORT_FUNC(f, a, x, ...) \ macro
105 #define EXPORT_FUNC(f, a, x, ...) \ macro
121 #define EXPORT_FUNC(f, a, x, ...) \ macro
136 #define EXPORT_FUNC(f, a, x, ...) \ macro
148 #define EXPORT_FUNC(f, a, x, ...) \ macro
[all …]
/external/u-boot/doc/
DREADME.standalone75 EXPORT_FUNC(foobar, long, foobar, int, char)
77 Parameters to EXPORT_FUNC:
103 EXPORT_FUNC(foobar, long, foobar, int, char)
105 EXPORT_FUNC(dummy, void, foobar, void)
DREADME.xtensa54 (grep for EXPORT_FUNC). The implementation for Xtensa depends on
/external/u-boot/common/
Dexports.c17 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; macro
/external/freetype/docs/
DCHANGES4438 the EXPORT_DEF, EXPORT_FUNC, BASE_DEF & BASE_FUNC macros. These