| /freebsd-12-stable/sys/sparc64/include/ |
| D | endian.h | 80 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ 81 (((__uint64_t)(x) >> 40) & 0xff00) | \ 82 (((__uint64_t)(x) >> 24) & 0xff0000) | \ 83 (((__uint64_t)(x) >> 8) & 0xff000000) | \ 84 (((__uint64_t)(x) << 8) & ((__uint64_t)0xff << 32)) | \ 85 (((__uint64_t)(x) << 24) & ((__uint64_t)0xff << 40)) | \ 86 (((__uint64_t)(x) << 40) & ((__uint64_t)0xff << 48)) | \ 87 (((__uint64_t)(x) << 56) & ((__uint64_t)0xff << 56))) 104 static __inline __uint64_t 105 __bswap64_var(__uint64_t _x) in __bswap64_var() [all …]
|
| D | _types.h | 54 typedef unsigned long __uint64_t; typedef 79 typedef __uint64_t __size_t; /* sizeof() */ 82 typedef __uint64_t __uintfptr_t; 83 typedef __uint64_t __uintmax_t; 84 typedef __uint64_t __uintptr_t; 88 typedef __uint64_t __uint_fast64_t; 92 typedef __uint64_t __uint_least64_t; 93 typedef __uint64_t __u_register_t; 94 typedef __uint64_t __vm_offset_t; 95 typedef __uint64_t __vm_paddr_t; [all …]
|
| D | ucontext.h | 38 __uint64_t mc_global[8]; 39 __uint64_t mc_out[8]; 40 __uint64_t mc_local[8]; 41 __uint64_t mc_in[8];
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | endian.h | 100 #define __bswap64_const(x) ((((__uint64_t)(x) >> 56) & 0xff) | \ 101 (((__uint64_t)(x) >> 40) & 0xff00) | \ 102 (((__uint64_t)(x) >> 24) & 0xff0000) | \ 103 (((__uint64_t)(x) >> 8) & 0xff000000) | \ 104 (((__uint64_t)(x) << 8) & ((__uint64_t)0xff << 32)) | \ 105 (((__uint64_t)(x) << 24) & ((__uint64_t)0xff << 40)) | \ 106 (((__uint64_t)(x) << 40) & ((__uint64_t)0xff << 48)) | \ 107 (((__uint64_t)(x) << 56) & ((__uint64_t)0xff << 56))) 124 static __inline __uint64_t 125 __bswap64_var(__uint64_t _x) in __bswap64_var() [all …]
|
| D | _types.h | 59 typedef unsigned long __uint64_t; typedef 70 typedef unsigned long long __uint64_t; typedef 103 typedef __uint64_t __size_t; /* sizeof() */ 114 typedef __uint64_t __uintfptr_t; 115 typedef __uint64_t __uintptr_t; 120 typedef __uint64_t __uintmax_t; 124 typedef __uint64_t __uint_fast64_t; 128 typedef __uint64_t __uint_least64_t; 130 typedef __uint64_t __u_register_t; 131 typedef __uint64_t __vm_offset_t; [all …]
|
| D | ucontext.h | 47 __uint64_t mc_avec[32*2]; /* vector register file */ 50 __uint64_t mc_fpreg[33]; 51 __uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
|
| /freebsd-12-stable/sys/x86/include/ |
| D | _types.h | 63 typedef unsigned long __uint64_t; typedef 68 typedef unsigned long long __uint64_t; typedef 106 typedef __uint64_t __size_t; /* sizeof() */ 109 typedef __uint64_t __uintfptr_t; 110 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; 132 typedef __uint64_t __vm_offset_t; [all …]
|
| D | endian.h | 72 (((__uint64_t)__bswap32((x) & 0xffffffff) << 32) | __bswap32((x) >> 32)) 83 __bswap64_gen((__uint64_t)(x)) : __bswap64_var(x)) 112 static __inline __uint64_t 113 __bswap64_var(__uint64_t _x) in __bswap64_var()
|
| D | reg.h | 168 __uint64_t fpr_env[4]; 171 __uint64_t fpr_spare[12]; 201 __uint64_t dr[16]; /* debug registers */
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | _types.h | 52 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_t; [all …]
|
| D | endian.h | 62 static __inline __uint64_t 63 __bswap64(__uint64_t _x) in __bswap64() 65 __uint64_t ret; in __bswap64() 71 ret |= ((_x << 8) & ((__uint64_t)0xff << 32)); in __bswap64() 72 ret |= ((_x << 24) & ((__uint64_t)0xff << 40)); in __bswap64() 73 ret |= ((_x << 40) & ((__uint64_t)0xff << 48)); in __bswap64()
|
| D | ucontext.h | 53 __uint64_t fp_x[32][2]; 54 __uint64_t fp_fcsr; 65 __uint64_t mc_spare[8]; /* Space for expansion */
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | _types.h | 52 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_t; [all …]
|
| D | endian.h | 62 static __inline __uint64_t 63 __bswap64(__uint64_t x) in __bswap64() 65 __uint64_t ret; in __bswap64()
|
| /freebsd-12-stable/sys/mips/include/ |
| D | _types.h | 60 typedef unsigned long __uint64_t; typedef 71 typedef unsigned long long __uint64_t; typedef 110 typedef __uint64_t __size_t; 112 typedef __uint64_t __uintfptr_t; 113 typedef __uint64_t __uintptr_t; 123 typedef __uint64_t __uintmax_t; 127 typedef __uint64_t __uint_fast64_t; 131 typedef __uint64_t __uint_least64_t; 133 typedef __uint64_t __u_register_t; 138 typedef __uint64_t __vm_offset_t; [all …]
|
| D | endian.h | 84 (((x) << 8) & ((__uint64_t)0xff << 32)) | \ 85 (((x) << 24) & ((__uint64_t)0xff << 40)) | \ 86 (((x) << 40) & ((__uint64_t)0xff << 48)) | (((x) << 56))) 103 static __inline __uint64_t 104 __bswap64_var(__uint64_t _x) in __bswap64_var() 108 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((__uint64_t)0xff << 32)) | in __bswap64_var() 109 ((_x << 24) & ((__uint64_t)0xff << 40)) | in __bswap64_var() 110 ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56))); in __bswap64_var() 117 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \ 118 __bswap64_const((__uint64_t)(x)) : __bswap64_var((__uint64_t)(x))))
|
| D | fls64.h | 40 fls64(__uint64_t mask) in fls64()
|
| /freebsd-12-stable/sys/sys/ |
| D | types.h | 70 typedef __uint64_t u_int64_t; 72 typedef __uint64_t u_quad_t; /* quads (deprecated) */ 260 typedef __uint64_t kvaddr_t; 261 typedef __uint64_t ksize_t; 264 typedef __uint64_t vm_ooffset_t; 266 typedef __uint64_t vm_pindex_t; 289 typedef __uint64_t uoff_t; 313 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x)) 347 static __inline __uint64_t 348 __bitcount64(__uint64_t _x) in __bitcount64() [all …]
|
| D | _types.h | 44 typedef __uint64_t __fsblkcnt_t; 45 typedef __uint64_t __fsfilcnt_t; 48 typedef __uint64_t __ino_t; /* inode number */ 54 typedef __uint64_t __nlink_t; /* link count */ 113 typedef __uint64_t __dev_t; /* device number */
|
| /freebsd-12-stable/sys/arm/include/ |
| D | endian.h | 77 static __inline __uint64_t 78 __bswap64(__uint64_t _x) in __bswap64() 82 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((__uint64_t)0xff << 32)) | in __bswap64() 83 ((_x << 24) & ((__uint64_t)0xff << 40)) | in __bswap64() 84 ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56))); in __bswap64()
|
| D | _types.h | 66 typedef unsigned long long __uint64_t; typedef 95 typedef __uint64_t __uintmax_t; 100 typedef __uint64_t __uint_fast64_t; 104 typedef __uint64_t __uint_least64_t;
|
| /freebsd-12-stable/include/ |
| D | unwind.h | 73 __uint64_t, 85 __uint64_t exception_class;
|
| /freebsd-12-stable/lib/msun/riscv/ |
| D | fenv.h | 47 typedef __uint64_t fenv_t; 48 typedef __uint64_t fexcept_t;
|
| /freebsd-12-stable/lib/msun/sparc64/ |
| D | fenv.h | 40 typedef __uint64_t fenv_t; 41 typedef __uint64_t fexcept_t;
|
| /freebsd-12-stable/lib/msun/aarch64/ |
| D | fenv.h | 38 typedef __uint64_t fenv_t; 39 typedef __uint64_t fexcept_t;
|