Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h137 typedef long long int_fast64_t; typedef
151 typedef long int_fast64_t; typedef
400 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c103 int_fast64_t ls_corr; /* correction to apply */
261 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0; in detzcode64()
1294 register int_fast64_t icycles; in localsub()
1467 register int_fast64_t rem; in timesub()
1470 register int_fast64_t corr; in timesub()
2048 static int_fast64_t
/bionic/libc/include/
Dstdint.h155 typedef int64_t int_fast64_t; typedef