Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 6 of 6) 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.c93 int_fast32_t tt_gmtoff; /* UT offset in seconds */
135 int_fast32_t r_time; /* transition time of rule */
149 static int_fast32_t detzcode(const char * codep);
157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
158 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
161 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
163 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
167 static int increment_overflow32(int_fast32_t * number, int delta);
168 static int increment_overflow_time(time_t *t, int_fast32_t delta);
169 static int normalize_overflow32(int_fast32_t * tensptr,
[all …]
Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dprivate.h167 typedef long int_fast32_t; typedef
169 typedef int int_fast32_t; typedef
/bionic/libc/include/
Dstdint.h93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
Dstdatomic.h383 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;