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

/development/ndk/platforms/android-3/arch-arm/include/machine/
H A D_types.h48 typedef unsigned long long __uint64_t; typedef
58 typedef __uint64_t __uint_least64_t;
68 typedef __uint64_t __uint_fast64_t;
76 typedef __uint64_t __uintmax_t;
/development/ndk/platforms/android-9/arch-mips/include/machine/
H A D_types.h56 typedef unsigned long long __uint64_t; typedef
66 typedef __uint64_t __uint_least64_t;
76 typedef __uint64_t __uint_fast64_t;
84 typedef __uint64_t __uintmax_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
H A D_types.h48 typedef unsigned long long __uint64_t; typedef
58 typedef __uint64_t __uint_least64_t;
68 typedef __uint64_t __uint_fast64_t;
76 typedef __uint64_t __uintmax_t;
/development/ndk/platforms/android-L/include/
H A Dstdint.h43 typedef unsigned long __uint64_t; typedef
46 typedef unsigned long long __uint64_t; typedef
67 typedef __uint64_t uint64_t;

Completed in 119 milliseconds