Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 25 of 70) sorted by relevance

123

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
122 int_fast32_t r_time; /* transition time of rule */
133 static int_fast32_t detzcode(const char * codep);
141 static const char * getsecs(const char * strp, int_fast32_t * secsp);
142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
151 static int increment_overflow32(int_fast32_t * number, int delta);
152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
153 static int normalize_overflow32(int_fast32_t * tensptr,
[all …]
Dprivate.h164 typedef long int_fast32_t; typedef
166 typedef int int_fast32_t; typedef
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc119 std::int_fast32_t Decode32(const char* cp) { in Decode32()
122 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
124 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
125 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
254 std::int_fast32_t v; in Build()
298 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
684 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
685 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
697 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
698 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc117 std::int_fast32_t Decode32(const char* cp) { in Decode32()
120 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
122 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
123 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
252 std::int_fast32_t v; in Build()
296 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
686 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
687 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
699 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
700 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc117 std::int_fast32_t Decode32(const char* cp) { in Decode32()
120 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
122 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
123 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
252 std::int_fast32_t v; in Build()
296 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
686 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
687 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
699 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
700 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc117 std::int_fast32_t Decode32(const char* cp) { in Decode32()
120 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
122 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
123 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
252 std::int_fast32_t v; in Build()
296 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
686 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
687 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
699 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
700 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc119 std::int_fast32_t Decode32(const char* cp) { in Decode32()
122 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
124 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
125 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
254 std::int_fast32_t v; in Build()
298 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
684 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
685 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
697 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
698 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h98 std::int_fast32_t offset; // seconds before/after 00:00:00
113 std::int_fast32_t std_offset;
116 std::int_fast32_t dst_offset;
Dtime_zone_info.cc119 std::int_fast32_t Decode32(const char* cp) { in Decode32()
122 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
124 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
125 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
254 std::int_fast32_t v; in Build()
298 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType()
684 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
685 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
697 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
698 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/tensorflow/tensorflow/core/platform/
Drefcount.h42 int_fast32_t RefCount() const;
114 inline int_fast32_t RefCounted::RefCount() const { in RefCount()
/external/libcxx/include/
Dcstdint127 int_fast32_t
175 using::int_fast32_t;
/external/musl/arch/or1k/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/s390x/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/arm/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/powerpc64/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/riscv64/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/mips64/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/powerpc/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/mipsn32/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef
/external/musl/arch/m68k/bits/
Dstdint.h2 typedef int32_t int_fast32_t; typedef

123