Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 7 of 7) 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 *,
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind) in init_ttinfo()
217 static int_fast32_t
220 register int_fast32_t result; in detzcode()
222 int_fast32_t one = 1; in detzcode()
[all …]
Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dprivate.h221 typedef long int_fast32_t; typedef
225 typedef int int_fast32_t; typedef
/bionic/libc/include/
Dstdint.h94 typedef int64_t int_fast32_t; typedef
99 typedef int32_t int_fast32_t; typedef
Dstdatomic.h285 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
/bionic/tests/headers/posix/
Dstdint_h.c55 TYPE(int_fast32_t); in stdint_h()