Searched refs:TIME_T_MAX (Results 1 – 11 of 11) sorted by relevance
99 # undef TIME_T_MAX105 # define TIME_T_MAX LONG_MAX macro 109 # define TIME_T_MAX LLONG_MAX macro 113 # define TIME_T_MAX INTMAX_MAX macro 787 sp->types[i] = at <= TIME_T_MAX; in tzloadbody() 860 if (tr <= TIME_T_MAX) { in tzloadbody() 2231 : TIME_T_MAX - j < *tp) in increment_overflow_time_iinntt() 2246 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...', in increment_overflow_time() 2251 : *tp <= TIME_T_MAX - j)) in increment_overflow_time() 2404 hi = TIME_T_MAX; in time2sub() [all...]
920 # define TIME_T_MAX \ macro934 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro943 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
89 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));
892 : hi + (hi < TIME_T_MAX)); in showextrema()
43 #define TIME_T_MAX (std::numeric_limits<time_t>::max()) macro
126 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
137 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
303 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
356 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
150 #if defined(TIME_T_MAX) in get_time_t_max()151 return TIME_T_MAX; in get_time_t_max()