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

  /src/lib/libc/time/
private.h 919 #define MINVAL(t, b) \
923 #define TIME_T_MIN_NO_PADDING MINVAL(time_t, TYPE_BIT(time_t))
zic.c 903 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
908 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
913 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);

Completed in 18 milliseconds