Searched refs:FN_ADD (Results 1 – 3 of 3) sorted by relevance
16 #define FN_ADD(a,b) (a+b) macro
19 #define FN_ADD(x, y) (x+y) macro
140 int x = FN_ADD(1,2); in test3()