Lines Matching full:macro
19 * CALL_ARGS - Invoke a macro, but allow parameters to be expanded beforehand.
20 * @f: name of the macro to invoke
21 * @args: arguments for the macro
23 * This macro allows calling macros which names might generated or we want to
41 * This helper macro allows manipulation the argument list before passing it
42 * to the next level macro.
58 * This helper macro allows manipulation the argument list before passing it
59 * to the next level macro.
75 * This helper macro allows manipulation the argument list before passing it
76 * to the next level macro.
78 * Like COUNT_ARGS() this macro works up to 12 arguments.
95 * This helper macro allows manipulation the argument list before passing it
96 * to the next level macro.
98 * Like COUNT_ARGS() this macro supports n up to 12.
127 * This definition can be used in cases where any intermediate macro expects
129 * be properly evaluated only by the next level macro.