Home
last modified time | relevance | path

Searched refs:int_fast64_t (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc127 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 Dtime_zone_if.h60 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 Dtime_zone_format.cc147 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 Dtime_zone_info.h108 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 Dtime_zone_libc.cc196 const std::int_fast64_t s = ToUnixSeconds(tp); in BreakTime()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h141 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 Dlocaltime.c91 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 Dprivate.h141 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 Dlocaltime.c89 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 Dlocaltime.c255 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 Dprivate.h319 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 Dtime_zone.h39 using seconds = std::chrono::duration<std::int_fast64_t>;
277 using femtoseconds = std::chrono::duration<std::int_fast64_t, std::femto>;
H A Dcivil_time_detail.h42 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 Dstdint.h23 typedef int64_t int_fast64_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h23 typedef int64_t int_fast64_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h23 typedef int64_t int_fast64_t; typedef
/third_party/musl/src/internal/
H A Dstdatomic_impl.h64 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h64 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h23 typedef int64_t int_fast64_t; typedef
/third_party/musl/include/
H A Dstdint.h23 typedef int64_t int_fast64_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c25 T(int_fast64_t) in f()
H A Dinttypes.c27 T(int_fast64_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h107 typedef int64_t int_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h77 typedef int_fast64_t atomic_int_fast64_t;
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h247 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;

Completed in 20 milliseconds

12