Home
last modified time | relevance | path

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

/bionic/tests/
Dstdint_test.cpp23 ASSERT_EQ(8U, sizeof(int_fast64_t)); in TEST()
/bionic/libc/tzcode/
Dprivate.h144 typedef long long int_fast64_t; typedef
158 typedef long int_fast64_t; typedef
401 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c102 int_fast64_t ls_corr; /* correction to apply */
150 static int_fast64_t detzcode64(const char * codep);
255 static int_fast64_t
258 register int_fast64_t result; in detzcode64()
432 int_fast64_t at in tzload()
1471 register int_fast64_t rem; in timesub()
1474 register int_fast64_t corr; in timesub()
2061 static int_fast64_t
/bionic/libc/include/
Dstdint.h87 typedef int64_t int_fast64_t; typedef
Dstdatomic.h385 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;