/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 80 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 …]
|
D | private.h | 164 typedef long int_fast32_t; typedef 166 typedef int int_fast32_t; typedef
|
D | tzfile.h | 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 97 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/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 117 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/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 117 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/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 117 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/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 97 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 98 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;
|
D | time_zone_info.cc | 117 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/llvm-project/libcxx/include/ |
D | cstdint | 126 int_fast32_t 174 using::int_fast32_t;
|
/external/libcxx/include/ |
D | cstdint | 127 int_fast32_t 175 using::int_fast32_t;
|
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/ |
D | A.h | 12 typedef int_fast32_t my_a;
|
D | int.h | 11 typedef int_fast32_t myint;
|
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
D | stdint.h | 12 typedef int int_fast32_t; typedef
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 118 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/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 119 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/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 119 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/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 120 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/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 79 test<int_fast32_t>(); in main()
|