Searched refs:max_t (Results 1 – 2 of 2) sorted by relevance
107 #define CHECK_MAX_TYPE(type, TYPE, max_t, MAX) \ argument108 ((max_t)TYPE##_MAX == (MAX >> (CHAR_BIT * (sizeof(max_t) - sizeof(type)))))
105 #define CHECK_MAX_TYPE(type, TYPE, max_t, MAX) \ argument106 ((max_t)TYPE##_MAX == (MAX >> (CHAR_BIT * (sizeof(max_t) - sizeof(type)))))
Completed in 3 milliseconds