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

  /src/lib/libc/time/
private.h 938 # define TIME_T_MAX \
952 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
955 /* Try to check the padding assumptions. Although TIME_T_MAX and the
961 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
localtime.c 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;
    [all...]

Completed in 14 milliseconds