Home
last modified time | relevance | path

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

/aosp12/bionic/libc/tzcode/
H A Dlocaltime.c217 static int_fast32_t
220 register int_fast32_t result; in detzcode()
222 int_fast32_t one = 1; in detzcode()
927 register int_fast32_t value; in transtime()
1021 int_fast32_t stdoffset; in tzparse()
1022 int_fast32_t dstoffset; in tzparse()
1109 int_fast32_t in tzparse()
1112 int_fast32_t in tzparse()
1837 const int_fast32_t offset, in time2sub()
1844 register int_fast32_t li; in time2sub()
[all …]
H A Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dprivate.h221 typedef long int_fast32_t; typedef
225 typedef int int_fast32_t; typedef
/aosp12/bionic/tests/
H A Dstdint_test.cpp28 ASSERT_EQ(8U, sizeof(int_fast32_t)); in TEST()
33 ASSERT_EQ(4U, sizeof(int_fast32_t)); in TEST()
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h33 typedef long int_fast32_t; typedef
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h33 typedef long int_fast32_t; typedef
/aosp12/bionic/libc/include/
H A Dstdint.h94 typedef int64_t int_fast32_t; typedef
99 typedef int32_t int_fast32_t; typedef
/aosp12/bionic/tests/headers/posix/
H A Dstdint_h.c55 TYPE(int_fast32_t); in stdint_h()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dstdint.h152 typedef int32_t int_fast32_t; typedef
/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h188 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;