HomeSort by: relevance | last modified time | path
    Searched defs:TIME_T_MAX (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
mktime.c 103 #ifndef TIME_T_MAX
104 # define TIME_T_MAX TYPE_MAXIMUM (time_t)
106 #define TIME_T_MIDPOINT (SHR (TIME_T_MIN + TIME_T_MAX, 1) + 1)
174 INT_MAX <= LONG_MAX / 2 || TIME_T_MAX <= UINT_MAX);
214 if ((t1 < *t) == (TYPE_SIGNED (time_t) ? d < 0 : TIME_T_MAX / 2 < d))
224 : TIME_T_MAX - (*t == TIME_T_MAX));
342 if (TIME_T_MAX / INT_MAX / 366 / 24 / 60 / 60 < 3)
346 has overflowed, it is off by a multiple of TIME_T_MAX -
380 time_t time_t_max = TIME_T_MAX local
    [all...]
  /src/lib/libc/time/
private.h 994 # define TIME_T_MAX \
1008 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
1011 /* Try to check the padding assumptions. Although TIME_T_MAX and the
1017 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
localtime.c 349 # undef TIME_T_MAX
355 # define TIME_T_MAX LONG_MAX
359 # define TIME_T_MAX LLONG_MAX
363 # define TIME_T_MAX INTMAX_MAX
1193 sp->types[i] = at <= TIME_T_MAX;
1266 if (tr <= TIME_T_MAX) {
2645 : TIME_T_MAX - j < *tp)
2660 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2665 : *tp <= TIME_T_MAX - j))
2824 hi = TIME_T_MAX;
    [all...]

Completed in 25 milliseconds