Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c87 int_fast32_t tt_utoff; /* UT offset in seconds */
96 int_fast32_t ls_corr; /* correction to apply */
144 int_fast32_t r_time; /* transition time of rule */
147 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
150 static bool increment_overflow_time(time_t *, int_fast32_t);
151 static int_fast32_t leapcorr(struct state const *, time_t);
152 static bool normalize_overflow32(int_fast32_t *, int *, int);
153 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
209 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo()
227 static int_fast32_t
[all …]
Dtzfile.h134 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dprivate.h342 typedef long int_fast32_t; typedef
346 typedef int int_fast32_t; typedef
952 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
954 #define DAYSPERREPEAT ((int_fast32_t) 400 * 365 + 100 - 4 + 1)
/bionic/tests/
Dstdint_test.cpp28 ASSERT_EQ(8U, sizeof(int_fast32_t)); in TEST()
33 ASSERT_EQ(4U, sizeof(int_fast32_t)); in TEST()
Dstdio_test.cpp3399 int_fast32_t d = 0x33333333'44444444; in TEST()
3429 int_fast32_t d = 0x33333333'44444444; in TEST()
3452 int_fast32_t b = 0x33333333'44444444; in TEST()
3453 int_fast32_t c = 0xaaaaaaaa'aaaaaaaa; in TEST()
3483 int_fast32_t b = 0x33333333'44444444; in TEST()
3484 int_fast32_t c = 0xaaaaaaaa'aaaaaaaa; in TEST()
3512 int_fast32_t a = 100; in TEST_F()
3526 int_fast32_t a = 100; in TEST_F()
3571 int_fast32_t fast_d; in TEST()
3626 int_fast32_t fast_a; in TEST_F()
[all …]
/bionic/libc/include/
Dstdint.h94 typedef int64_t int_fast32_t; typedef
99 typedef int32_t int_fast32_t; typedef
/bionic/tests/headers/posix/
Dstdint_h.c55 TYPE(int_fast32_t); in stdint_h()
/bionic/libc/include/bits/
Dstdatomic.h188 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;