Home
last modified time | relevance | path

Searched refs:int_fast64_t (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dstdint_test.cpp23 ASSERT_EQ(8U, sizeof(int_fast64_t)); in TEST()
/bionic/libc/tzcode/
Dprivate.h197 typedef long long int_fast64_t; typedef
205 typedef long int_fast64_t; typedef
578 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c109 int_fast64_t ls_corr; /* correction to apply */
240 static int_fast64_t
245 int_fast64_t one = 1; in detzcode64()
246 int_fast64_t halfmaxval = one << (64 - 2); in detzcode64()
247 int_fast64_t maxval = halfmaxval - 1 + halfmaxval; in detzcode64()
248 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64()
257 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0; in detzcode64()
474 int_fast64_t at in tzloadbody()
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
1434 register int_fast64_t newy; in localsub()
[all …]
/bionic/tests/headers/posix/
Dstdint_h.c56 TYPE(int_fast64_t); in stdint_h()
/bionic/libc/include/
Dstdint.h88 typedef int64_t int_fast64_t; typedef
Dstdatomic.h287 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;