Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 25 of 69) 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
Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
/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/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.cc97 std::int_fast32_t Decode32(const char* cp) { in Decode32()
100 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
102 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
103 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
233 std::int_fast32_t v; in Build()
265 std::int_fast32_t offset, bool is_dst, in CheckTransition()
679 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
680 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
692 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
693 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/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/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.cc97 std::int_fast32_t Decode32(const char* cp) { in Decode32()
100 const std::int_fast32_t s32max = 0x7fffffff; in Decode32()
102 if (v <= s32maxU) return static_cast<std::int_fast32_t>(v); in Decode32()
103 return static_cast<std::int_fast32_t>(v - s32maxU - 1) - s32max - 1; in Decode32()
233 std::int_fast32_t v; in Build()
265 std::int_fast32_t offset, bool is_dst, in CheckTransition()
679 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
680 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
692 const std::int_fast32_t start = data_offset + Decode32(ebuf + 40); in Open()
693 const std::int_fast32_t length = Decode32(ebuf + 44); in Open()
/external/llvm-project/libcxx/include/
Dcstdint126 int_fast32_t
174 using::int_fast32_t;
/external/libcxx/include/
Dcstdint127 int_fast32_t
175 using::int_fast32_t;
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/
DA.h12 typedef int_fast32_t my_a;
Dint.h11 typedef int_fast32_t myint;
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h12 typedef int int_fast32_t; typedef
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp119 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, in main()
121 static_assert(std::is_signed<int_fast32_t>::value, in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, in main()
120 static_assert(std::is_signed<int_fast32_t>::value, in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp120 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, in main()
122 static_assert(std::is_signed<std::int_fast32_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, in main()
121 static_assert(std::is_signed<std::int_fast32_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp79 test<int_fast32_t>(); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp78 test<int_fast32_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h138 typedef int int_fast32_t; typedef

123