Searched defs:int64_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dstdint.h66 typedef __int64_t int64_t; typedef
81 typedef int64_t int_least64_t;
87 typedef int64_t int_fast64_t;
91 typedef int64_t int_fast16_t;
93 typedef int64_t int_fast32_t;
103 typedef int64_t intmax_t;

Completed in 2425 milliseconds