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

/bionic/tests/
H A Dstdint_test.cpp28 ASSERT_EQ(8U, sizeof(int_fast32_t));
33 ASSERT_EQ(4U, sizeof(int_fast32_t));
/bionic/libc/tzcode/
H A 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)
216 static int_fast32_t
219 register int_fast32_t result;
221 int_fast32_t on
[all...]
H A Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dprivate.h210 typedef long int_fast32_t; typedef
214 typedef int int_fast32_t; typedef
/bionic/libc/include/
H A Dstdint.h93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
H A Dstdatomic.h383 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;

Completed in 351 milliseconds