Home
last modified time | relevance | path

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

/bionic/tests/
Dstdint_test.cpp28 ASSERT_EQ(8U, sizeof(int_fast32_t)); in TEST()
33 ASSERT_EQ(4U, sizeof(int_fast32_t)); in TEST()
/bionic/libc/tzcode/
Dlocaltime.c100 int_fast32_t tt_gmtoff; /* UT offset in seconds */
149 int_fast32_t r_time; /* transition time of rule */
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
155 static bool increment_overflow_time(time_t *, int_fast32_t);
156 static bool normalize_overflow32(int_fast32_t *, int *, int);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
207 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind) in init_ttinfo()
216 static int_fast32_t
219 register int_fast32_t result; in detzcode()
221 int_fast32_t one = 1; in detzcode()
[all …]
Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dprivate.h210 typedef long int_fast32_t; typedef
214 typedef int int_fast32_t; typedef
/bionic/libc/include/
Dstdint.h93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
Dstdatomic.h383 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;