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

/bionic/libc/include/
H A Dstdint.h67 typedef __int64_t int64_t; typedef
82 typedef int64_t int_least64_t;
88 typedef int64_t int_fast64_t;
92 typedef int64_t int_fast16_t;
94 typedef int64_t int_fast32_t;
104 typedef int64_t intmax_t;
/bionic/tools/versioner/current/
H A Dstdint.h67 typedef __int64_t int64_t; typedef
82 typedef int64_t int_least64_t;
88 typedef int64_t int_fast64_t;
92 typedef int64_t int_fast16_t;
94 typedef int64_t int_fast32_t;
104 typedef int64_t intmax_t;

Completed in 413 milliseconds