Searched refs:int_fast32_t (Results 1 – 7 of 7) sorted by relevance
/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()
|
/bionic/libc/tzcode/ |
D | localtime.c | 100 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 …]
|
D | tzfile.h | 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | private.h | 221 typedef long int_fast32_t; typedef 225 typedef int int_fast32_t; typedef
|
/bionic/libc/include/ |
D | stdint.h | 94 typedef int64_t int_fast32_t; typedef 99 typedef int32_t int_fast32_t; typedef
|
D | stdatomic.h | 285 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 55 TYPE(int_fast32_t); in stdint_h()
|