Searched refs:int_fast32_t (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 87 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 …]
|
D | tzfile.h | 134 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | private.h | 342 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/ |
D | stdint_test.cpp | 28 ASSERT_EQ(8U, sizeof(int_fast32_t)); in TEST() 33 ASSERT_EQ(4U, sizeof(int_fast32_t)); in TEST()
|
D | stdio_test.cpp | 3399 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/ |
D | stdint.h | 94 typedef int64_t int_fast32_t; typedef 99 typedef int32_t int_fast32_t; typedef
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 55 TYPE(int_fast32_t); in stdint_h()
|
/bionic/libc/include/bits/ |
D | stdatomic.h | 188 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
|