Searched refs:NUMARGS (Results 1 – 4 of 4) sorted by relevance
234 #define NUMARGS(...) (sizeof((int[]){__VA_ARGS__}) / sizeof(int)) macro237 ((par)->fbtftops.write_register(par, NUMARGS(__VA_ARGS__), __VA_ARGS__))
187 #define NUMARGS(...) (sizeof((int[]){__VA_ARGS__})/sizeof(int)) macro194 .num_parents = NUMARGS(__VA_ARGS__), \
49121 'printf' (0x34) NUMARGS STRING =>49123 The value of NUMARGS is the number of arguments to expect on the49136 2 + NUMARGS stack elements, and pushes nothing.