Searched defs:b (Results 1 – 5 of 5) sorted by relevance
13 #define CONCAT_BYTE(a,b) a ## b argument
84 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
11 #define CONCAT_BYTE(a,b) a ## b argument