Searched refs:TIME_T_BITS_IN_FILE (Results 1 – 3 of 3) sorted by relevance
893 enum { TIME_T_BITS_IN_FILE = 64 }; enumerator896 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);905 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
864 #define TIME_T_BITS_IN_FILE 64 macro866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1);867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1));
865 #define TIME_T_BITS_IN_FILE 64 macro867 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1);868 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1));