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

/bionic/libc/include/
H A Dstdint.h67 typedef __uint64_t uint64_t; typedef
82 typedef uint64_t uint_least64_t;
88 typedef uint64_t uint_fast64_t;
92 typedef uint64_t uint_fast16_t;
94 typedef uint64_t uint_fast32_t;
102 typedef uint64_t uintmax_t;

Completed in 223 milliseconds