Home
last modified time | relevance | path

Searched refs:TIME_T_BITS_IN_FILE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzic.c893 enum { TIME_T_BITS_IN_FILE = 64 }; enumerator
896 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
897 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE);
901 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
902 static zic_t hi_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE);
906 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);