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

/bionic/tests/
H A Dstdint_test.cpp23 ASSERT_EQ(8U, sizeof(int_fast64_t));
/bionic/libc/tzcode/
H A Dprivate.h186 typedef long long int_fast64_t; typedef
194 typedef long int_fast64_t; typedef
571 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c109 int_fast64_t ls_corr; /* correction to apply */
239 static int_fast64_t
244 int_fast64_t one = 1;
245 int_fast64_t halfmaxval = one << (64 - 2);
246 int_fast64_t maxval = halfmaxval - 1 + halfmaxval;
247 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval;
256 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0;
469 int_fast64_t at
519 int_fast64_t t
[all...]
/bionic/libc/include/
H A Dstdint.h87 typedef int64_t int_fast64_t; typedef
H A Dstdatomic.h385 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;

Completed in 3305 milliseconds