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

12

/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h78 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \
79 (((__uint64_t)(x) >> 40) & 0xff00) | \
80 (((__uint64_t)(x) >> 24) & 0xff0000) | \
81 (((__uint64_t)(x) >> 8) & 0xff000000) | \
82 (((__uint64_t)(x) << 8) & ((__uint64_t)0xff << 32)) | \
83 (((__uint64_t)(x) << 24) & ((__uint64_t)0xff << 40)) | \
84 (((__uint64_t)(x) << 40) & ((__uint64_t)
[all...]
H A D_types.h52 typedef unsigned long __uint64_t; typedef
77 typedef __uint64_t __size_t; /* sizeof() */
80 typedef __uint64_t __uintfptr_t;
81 typedef __uint64_t __uintmax_t;
82 typedef __uint64_t __uintptr_t;
86 typedef __uint64_t __uint_fast64_t;
90 typedef __uint64_t __uint_least64_t;
91 typedef __uint64_t __u_register_t;
92 typedef __uint64_t __vm_offset_t;
93 typedef __uint64_t __vm_paddr_
[all...]
H A Ducontext.h36 __uint64_t mc_global[8];
37 __uint64_t mc_out[8];
38 __uint64_t mc_local[8];
39 __uint64_t mc_in[8];
/freebsd-11-stable/sys/arm64/include/
H A D_types.h52 typedef unsigned long __uint64_t; typedef
77 typedef __uint64_t __size_t; /* sizeof() */
80 typedef __uint64_t __uintfptr_t;
81 typedef __uint64_t __uintmax_t;
82 typedef __uint64_t __uintptr_t;
86 typedef __uint64_t __uint_fast64_t;
90 typedef __uint64_t __uint_least64_t;
91 typedef __uint64_t __u_register_t;
92 typedef __uint64_t __vm_offset_t;
93 typedef __uint64_t __vm_paddr_
[all...]
H A Ducontext.h59 __uint64_t mc_spare[8]; /* Space for expansion, set to zero */
H A Dendian.h62 static __inline __uint64_t
63 __bswap64(__uint64_t x)
65 __uint64_t ret;
/freebsd-11-stable/sys/riscv/include/
H A D_types.h52 typedef unsigned long __uint64_t; typedef
77 typedef __uint64_t __size_t; /* sizeof() */
80 typedef __uint64_t __uintfptr_t;
81 typedef __uint64_t __uintmax_t;
82 typedef __uint64_t __uintptr_t;
86 typedef __uint64_t __uint_fast64_t;
90 typedef __uint64_t __uint_least64_t;
91 typedef __uint64_t __u_register_t;
92 typedef __uint64_t __vm_offset_t;
93 typedef __uint64_t __vm_paddr_
[all...]
H A Ducontext.h53 __uint64_t fp_x[32][2];
54 __uint64_t fp_fcsr;
65 __uint64_t mc_spare[8]; /* Space for expansion */
H A Dendian.h62 static __inline __uint64_t
63 __bswap64(__uint64_t _x)
65 __uint64_t ret;
71 ret |= ((_x << 8) & ((__uint64_t)0xff << 32));
72 ret |= ((_x << 24) & ((__uint64_t)0xff << 40));
73 ret |= ((_x << 40) & ((__uint64_t)0xff << 48));
/freebsd-11-stable/sys/x86/include/
H A D_types.h61 typedef unsigned long __uint64_t; typedef
72 typedef unsigned long long __uint64_t; typedef
110 typedef __uint64_t __size_t; /* sizeof() */
113 typedef __uint64_t __uintfptr_t;
114 typedef __uint64_t __uintptr_t;
125 typedef __uint64_t __uintmax_t;
129 typedef __uint64_t __uint_fast64_t;
133 typedef __uint64_t __uint_least64_t;
135 typedef __uint64_t __u_register_t;
136 typedef __uint64_t __vm_offset_
[all...]
H A Dendian.h70 (((__uint64_t)__bswap32((x) & 0xffffffff) << 32) | __bswap32((x) >> 32))
81 __bswap64_gen((__uint64_t)(x)) : __bswap64_var(x))
110 static __inline __uint64_t
111 __bswap64_var(__uint64_t _x)
H A Dreg.h166 __uint64_t fpr_env[4];
169 __uint64_t fpr_spare[12];
199 __uint64_t dr[16]; /* debug registers */
/freebsd-11-stable/sys/powerpc/include/
H A D_types.h57 typedef unsigned long __uint64_t; typedef
68 typedef unsigned long long __uint64_t; typedef
101 typedef __uint64_t __size_t; /* sizeof() */
104 typedef __uint64_t __uintfptr_t;
105 typedef __uint64_t __uintptr_t;
116 typedef __uint64_t __uintmax_t;
120 typedef __uint64_t __uint_fast64_t;
124 typedef __uint64_t __uint_least64_t;
126 typedef __uint64_t __u_register_t;
127 typedef __uint64_t __vm_offset_
[all...]
H A Dendian.h98 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \
99 (((__uint64_t)(x) >> 40) & 0xff00) | \
100 (((__uint64_t)(x) >> 24) & 0xff0000) | \
101 (((__uint64_t)(x) >> 8) & 0xff000000) | \
102 (((__uint64_t)(x) << 8) & ((__uint64_t)0xff << 32)) | \
103 (((__uint64_t)(x) << 24) & ((__uint64_t)0xff << 40)) | \
104 (((__uint64_t)(x) << 40) & ((__uint64_t)
[all...]
H A Ducontext.h45 __uint64_t mc_avec[32*2]; /* vector register file */
48 __uint64_t mc_fpreg[33];
49 __uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
/freebsd-11-stable/sys/mips/include/
H A D_types.h58 typedef unsigned long __uint64_t; typedef
69 typedef unsigned long long __uint64_t; typedef
108 typedef __uint64_t __size_t;
110 typedef __uint64_t __uintfptr_t;
111 typedef __uint64_t __uintptr_t;
121 typedef __uint64_t __uintmax_t;
125 typedef __uint64_t __uint_fast64_t;
129 typedef __uint64_t __uint_least64_t;
131 typedef __uint64_t __u_register_t;
136 typedef __uint64_t __vm_offset_
[all...]
H A Dfls64.h40 fls64(__uint64_t mask)
H A Dendian.h82 (((x) << 8) & ((__uint64_t)0xff << 32)) | \
83 (((x) << 24) & ((__uint64_t)0xff << 40)) | \
84 (((x) << 40) & ((__uint64_t)0xff << 48)) | (((x) << 56)))
101 static __inline __uint64_t
102 __bswap64_var(__uint64_t _x)
106 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((__uint64_t)0xff << 32)) |
107 ((_x << 24) & ((__uint64_t)0xff << 40)) |
108 ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56)));
115 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \
116 __bswap64_const((__uint64_t)(
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dptrace.h14 __uint64_t vfp_reg[32];
H A D_types.h64 typedef unsigned long long __uint64_t; typedef
93 typedef __uint64_t __uintmax_t;
98 typedef __uint64_t __uint_fast64_t;
102 typedef __uint64_t __uint_least64_t;
H A Dendian.h75 static __inline __uint64_t
76 __bswap64(__uint64_t _x)
80 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((__uint64_t)0xff << 32)) |
81 ((_x << 24) & ((__uint64_t)0xff << 40)) |
82 ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56)));
H A Ducontext.h70 __uint64_t mcv_reg[32];
/freebsd-11-stable/sys/sys/
H A D_stdint.h69 typedef __uint64_t uint64_t;
H A Dtypes.h68 typedef __uint64_t u_int64_t;
70 typedef __uint64_t u_quad_t; /* quads (deprecated) */
255 typedef __uint64_t vm_pindex_t;
278 typedef __uint64_t uoff_t;
302 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))
336 static __inline __uint64_t
337 __bitcount64(__uint64_t _x)
351 static __inline __uint64_t
352 __bitcount64(__uint64_t _x)
H A D_types.h42 typedef __uint64_t __fsblkcnt_t;
43 typedef __uint64_t __fsfilcnt_t;

Completed in 322 milliseconds

12