Lines Matching refs:FUNC_INT
143 #define FUNC_INT(name) __CONCAT(name, _int) macro
148 static ret FUNC_INT(name)(void) __used; \
150 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
158 static ret FUNC_INT(name)(void) \
167 static ret FUNC_INT(name)(p0_type) __used; \
169 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
177 static ret FUNC_INT(name)(p0_type p0) \
186 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
188 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
196 static ret FUNC_INT(name)(p0_type p0, p1_type p1) \
205 static ret FUNC_INT(name)(p0_type, p1_type, p2_type) __used; \
207 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
215 static ret FUNC_INT(name)(p0_type p0, p1_type p1, p2_type p2) \