Searched refs:int_fast32_t (Results 1 – 10 of 10) sorted by relevance
217 static int_fast32_t220 register int_fast32_t result; in detzcode()222 int_fast32_t one = 1; in detzcode()927 register int_fast32_t value; in transtime()1021 int_fast32_t stdoffset; in tzparse()1022 int_fast32_t dstoffset; in tzparse()1109 int_fast32_t in tzparse()1112 int_fast32_t in tzparse()1837 const int_fast32_t offset, in time2sub()1844 register int_fast32_t li; in time2sub()[all …]
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
221 typedef long int_fast32_t; typedef225 typedef int int_fast32_t; typedef
28 ASSERT_EQ(8U, sizeof(int_fast32_t)); in TEST()33 ASSERT_EQ(4U, sizeof(int_fast32_t)); in TEST()
33 typedef long int_fast32_t; typedef
94 typedef int64_t int_fast32_t; typedef99 typedef int32_t int_fast32_t; typedef
55 TYPE(int_fast32_t); in stdint_h()
152 typedef int32_t int_fast32_t; typedef
188 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;