Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h142 typedef long long int_fast64_t; typedef
148 typedef long int_fast64_t; typedef
353 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c310 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
1347 register int_fast64_t icycles;
/bionic/libc/include/
Dstdint.h169 typedef int64_t int_fast64_t; typedef