Lines Matching defs:TIME_T_MAX
103 # undef TIME_T_MAX
109 # define TIME_T_MAX LONG_MAX
113 # define TIME_T_MAX LLONG_MAX
117 # define TIME_T_MAX INTMAX_MAX
739 sp->types[i] = at <= TIME_T_MAX;
812 if (tr <= TIME_T_MAX) {
2086 : TIME_T_MAX - j < *tp)
2101 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2106 : *tp <= TIME_T_MAX - j))
2264 hi = TIME_T_MAX;
2284 if (t == TIME_T_MAX)