Home
last modified time | relevance | path

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

/third_party/tzdata/
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);
905 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c864 #define TIME_T_BITS_IN_FILE 64 macro
866 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));
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c865 #define TIME_T_BITS_IN_FILE 64 macro
867 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));