| /f-stack/freebsd/x86/include/ |
| H A D | _types.h | 63 typedef unsigned long __uint64_t; typedef 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; 133 typedef __uint64_t __vm_paddr_t; 134 typedef __uint64_t __vm_size_t; [all …]
|
| H A D | reg.h | 168 __uint64_t fpr_env[4]; 171 __uint64_t fpr_spare[12]; 201 __uint64_t dr[16]; /* debug registers */
|
| /f-stack/freebsd/arm64/include/ |
| H A 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 …]
|
| H A D | endian.h | 62 static __inline __uint64_t 63 __bswap64(__uint64_t x) in __bswap64() 65 __uint64_t ret; in __bswap64()
|
| H A D | ucontext.h | 59 __uint64_t mc_spare[8]; /* Space for expansion, set to zero */ 83 __uint64_t mcv_reg[32];
|
| /f-stack/freebsd/mips/include/ |
| H A D | _types.h | 60 typedef unsigned 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; 139 typedef __uint64_t __vm_size_t; [all …]
|
| H A 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))))
|
| H A D | fls64.h | 40 fls64(__uint64_t mask) in fls64()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _types.h | 42 typedef __uint64_t __fsblkcnt_t; 43 typedef __uint64_t __fsfilcnt_t; 87 typedef __uint64_t __vm_offset_t; 89 typedef __uint64_t __vm_paddr_t; 90 typedef __uint64_t __vm_pindex_t; 91 typedef __uint64_t __vm_size_t; 120 typedef __uint64_t kpaddr_t; 121 typedef __uint64_t kvaddr_t; 122 typedef __uint64_t ksize_t;
|
| H A D | resource.h | 120 #define RLIM_INFINITY ((rlim_t)(((__uint64_t)1 << 63) - 1))
|
| H A D | socket.h | 589 __uint64_t st_info_rsv[7];
|
| /f-stack/freebsd/sys/ |
| H A D | types.h | 70 typedef __uint64_t u_int64_t; 260 typedef __uint64_t kpaddr_t; 261 typedef __uint64_t kvaddr_t; 262 typedef __uint64_t ksize_t; 266 typedef __uint64_t vm_ooffset_t; 268 typedef __uint64_t vm_pindex_t; 291 typedef __uint64_t uoff_t; 347 static __inline __uint64_t 348 __bitcount64(__uint64_t _x) in __bitcount64() 362 static __inline __uint64_t [all …]
|
| H A 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 */
|
| H A D | prng.h | 16 __uint64_t prng64(void); 17 __uint64_t prng64_bounded(__uint64_t bound);
|
| H A D | _stdint.h | 71 typedef __uint64_t uint64_t;
|
| H A D | resource.h | 123 #define RLIM_INFINITY ((rlim_t)(((__uint64_t)1 << 63) - 1))
|
| H A D | stat.h | 190 __uint64_t st_gen; /* file generation number */ 191 __uint64_t st_spare[10];
|
| H A D | endian.h | 54 typedef __uint64_t uint64_t;
|
| H A D | event.h | 90 __uint64_t ext[4]; /* extensions */
|
| /f-stack/freebsd/arm/include/ |
| H A 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()
|
| H A 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;
|
| H A D | ptrace.h | 14 __uint64_t vfp_reg[32];
|
| H A D | ucontext.h | 72 __uint64_t mcv_reg[32];
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | types.h | 39 typedef __uint64_t u_longlong_t;
|
| /f-stack/lib/ |
| H A D | ff_event.h | 92 __uint64_t ext[4]; /* extensions */
|