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

  /src/lib/libc/time/
private.h 975 #define MINVAL(t, b) \
979 #define TIME_T_MIN_NO_PADDING MINVAL(time_t, TYPE_BIT(time_t))
zic.c 1158 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
1163 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
1168 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);

Completed in 29 milliseconds