Searched refs:__MAX (Results 1 – 3 of 3) sorted by relevance
32 #define __MAX 32 macro
57 #define __MAX(a, b) ((a) < (b) ? (b) : (a)) macro