Searched refs:TIME_T_BITS_IN_FILE (Results 1 – 1 of 1) sorted by relevance
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));