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.c891 enum { TIME_T_BITS_IN_FILE = 64 }; enumerator
894 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
895 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE);
899 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
900 static zic_t hi_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE);
904 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);