Searched defs:TIME_MAX (Results 1 – 4 of 4) sorted by relevance
33 #define TIME_MAX INT64_MAX macro36 #define TIME_MAX INT32_MAX macro
9 #define TIME_MAX ((time_t)((1ULL << ((sizeof(time_t) * CHAR_BIT) - 1)) - 1)) macro
40 #define TIME_MAX LLONG_MAX macro
122 #define TIME_MAX ((((time_t) 1 << (sizeof(time_t) * CHAR_BIT - 2)) - 1) * 2 + 1) macro