Searched refs:MIN (Results 1 – 5 of 5) sorted by relevance
69 #ifndef MIN70 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
76 #undef MIN77 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
89 #undef MIN90 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
2095 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument
2196 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument