Searched refs:__uint64_t (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/include/sys/
H A Dendian.h72 __uint64_t __swap64gen_x = (x); \
74 (__uint64_t)((__swap64gen_x & 0xff) << 56 | \
96 (__uint64_t)((((__uint64_t)(x) & 0xff) << 56) | \
97 ((__uint64_t)(x) & 0xff00ULL) << 40 | \
98 ((__uint64_t)(x) & 0xff0000ULL) << 24 | \
99 ((__uint64_t)(x) & 0xff000000ULL) << 8 | \
100 ((__uint64_t)(x) & 0xff00000000ULL) >> 8 | \
101 ((__uint64_t)(x) & 0xff0000000000ULL) >> 24 | \
102 ((__uint64_t)(
[all...]
H A D_types.h54 typedef __uint64_t __rlim_t; /* resource limit */
/bionic/libc/arch-arm/include/machine/
H A D_types.h59 typedef unsigned long long __uint64_t; typedef
69 typedef __uint64_t __uint_least64_t;
79 typedef __uint64_t __uint_fast64_t;
87 typedef __uint64_t __uintmax_t;
/bionic/libc/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;
/bionic/libc/arch-x86/include/machine/
H A D_types.h71 typedef unsigned long long __uint64_t; typedef
81 typedef __uint64_t __uint_least64_t;
91 typedef __uint64_t __uint_fast64_t;
99 typedef __uint64_t __uintmax_t;
/bionic/libm/include/sparc64/
H A Dfenv.h34 typedef __uint64_t fenv_t;
35 typedef __uint64_t fexcept_t;
/bionic/libm/sparc64/
H A Dfenv.h34 typedef __uint64_t fenv_t;
35 typedef __uint64_t fexcept_t;
/bionic/libm/alpha/
H A Dfenv.h34 typedef __uint64_t fenv_t;
/bionic/libm/include/alpha/
H A Dfenv.h34 typedef __uint64_t fenv_t;
/bionic/libc/include/
H A Dstdint.h49 typedef __uint64_t uint64_t;
/bionic/libm/ia64/
H A Dfenv.h34 typedef __uint64_t fenv_t;
/bionic/libm/include/ia64/
H A Dfenv.h34 typedef __uint64_t fenv_t;

Completed in 785 milliseconds