Searched defs:UINT_MAX (Results 1 – 7 of 7) sorted by relevance
22 UINT_MAX, UINT_MAX keyword
57 #define UINT_MAX __UINT_MAX /* max value for an unsigned int */ macro
60 #define UINT_MAX global() macro
358 #define UINT_MAX global() macro
252 # define UINT_MAX ~(OU) macro
44 #define UINT_MAX 4294967295U macro
30 #define UINT_MAX (sizeof(unsigned int) * 256 - 1) macro