/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 127 std::int_fast64_t Decode64(const char* cp) { in Decode64() 130 const std::int_fast64_t s64max = 0x7fffffffffffffff; in Decode64() 132 if (v <= s64maxU) return static_cast<std::int_fast64_t>(v); in Decode64() 133 return static_cast<std::int_fast64_t>(v - s64maxU - 1) - s64max - 1; in Decode64() 137 std::int_fast64_t TransOffset(bool leap_year, int jan1_weekday, in TransOffset() 139 std::int_fast64_t days = 0; in TransOffset() 153 const std::int_fast64_t weekday = (jan1_weekday + days) % 7; in TransOffset() 173 inline time_zone::civil_lookup MakeUnique(std::int_fast64_t unix_time) { in MakeUnique() 217 for (const std::int_fast64_t unix_time : { in ResetToBuiltinUTC() 361 const std::int_fast64_t last_tim in ExtendTransitions() [all...] |
H A D | time_zone_if.h | 60 inline std::int_fast64_t ToUnixSeconds(const time_point<seconds>& tp) { in ToUnixSeconds() 65 inline time_point<seconds> FromUnixSeconds(std::int_fast64_t t) { in FromUnixSeconds()
|
H A D | time_zone_format.cc | 147 char* Format64(char* ep, int width, std::int_fast64_t v) { in Format64() 152 if (v == std::numeric_limits<std::int_fast64_t>::min()) { in Format64() 154 std::int_fast64_t last_digit = -(v % 10); in Format64() 288 const std::int_fast64_t kExp10[kDigits10_64 + 1] = { 625 std::int_fast64_t v = 0; in ParseSubSeconds() 626 std::int_fast64_t exp = 0; in ParseSubSeconds() 729 std::int_fast64_t percent_s = 0; in parse() 817 ParseInt(data, 0, std::numeric_limits<std::int_fast64_t>::min(), in parse() 818 std::numeric_limits<std::int_fast64_t>::max(), &percent_s); in parse()
|
H A D | time_zone_info.h | 108 time_zone::absolute_lookup LocalTime(std::int_fast64_t unix_time, 110 time_zone::absolute_lookup LocalTime(std::int_fast64_t unix_time,
|
H A D | time_zone_libc.cc | 196 const std::int_fast64_t s = ToUnixSeconds(tp); in BreakTime()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 141 typedef long long int_fast64_t; typedef 155 typedef long int_fast64_t; typedef 404 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
|
H A D | localtime.c | 91 int_fast64_t ls_corr; /* correction to apply */ 136 static int_fast64_t detzcode64(const char * codep); 241 static int_fast64_t 244 register int_fast64_t result; in detzcode64() 421 int_fast64_t at in tzload() 1426 register int_fast64_t rem; in timesub() 1429 register int_fast64_t corr; in timesub() 2001 static int_fast64_t
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 141 typedef long long int_fast64_t; typedef 155 typedef long int_fast64_t; typedef 412 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
|
H A D | localtime.c | 89 int_fast64_t ls_corr; /* correction to apply */ 134 static int_fast64_t detzcode64(const char * codep); 239 static int_fast64_t 242 register int_fast64_t result; in detzcode64() 419 int_fast64_t at in tzload() 1424 register int_fast64_t rem; in timesub() 1427 register int_fast64_t corr; in timesub() 1999 static int_fast64_t
|
/third_party/tzdata/ |
H A D | localtime.c | 255 static int_fast64_t 258 register int_fast64_t result; in detzcode64() 260 int_fast64_t one = 1; in detzcode64() 261 int_fast64_t halfmaxval = one << (64 - 2); in detzcode64() 262 int_fast64_t maxval = halfmaxval - 1 + halfmaxval; in detzcode64() 263 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64() 272 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0; in detzcode64() 481 int_fast64_t prevtr = -1; in tzloadbody() 525 int_fast64_t a in tzloadbody() [all...] |
H A D | private.h | 319 typedef long int_fast64_t; typedef 324 typedef long long int_fast64_t; typedef 971 #define SECSPERREPEAT ((int_fast64_t) DAYSPERREPEAT * SECSPERDAY)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 39 using seconds = std::chrono::duration<std::int_fast64_t>; 277 using femtoseconds = std::chrono::duration<std::int_fast64_t, std::femto>;
|
H A D | civil_time_detail.h | 42 using year_t = std::int_fast64_t; 46 using diff_t = std::int_fast64_t;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdint.h | 23 typedef int64_t int_fast64_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdint.h | 23 typedef int64_t int_fast64_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdint.h | 23 typedef int64_t int_fast64_t; typedef
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 64 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 64 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdint.h | 23 typedef int64_t int_fast64_t; typedef
|
/third_party/musl/include/ |
H A D | stdint.h | 23 typedef int64_t int_fast64_t; typedef
|
/third_party/musl/libc-test/src/api/ |
H A D | stdint.c | 25 T(int_fast64_t) in f()
|
H A D | inttypes.c | 27 T(int_fast64_t) in f()
|
/third_party/node/deps/uv/include/uv/ |
H A D | stdint-msvc2008.h | 107 typedef int64_t int_fast64_t; typedef
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 77 typedef int_fast64_t atomic_int_fast64_t;
|
/third_party/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 247 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
|