Home
last modified time | relevance | path

Searched refs:__uint64_t (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/x86/include/
H A D_types.h63 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 Dreg.h168 __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.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_t;
[all …]
H A Dendian.h62 static __inline __uint64_t
63 __bswap64(__uint64_t x) in __bswap64()
65 __uint64_t ret; in __bswap64()
H A Ducontext.h59 __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.h60 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 Dendian.h84 (((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 Dfls64.h40 fls64(__uint64_t mask) in fls64()
/f-stack/tools/compat/include/sys/
H A D_types.h42 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 Dresource.h120 #define RLIM_INFINITY ((rlim_t)(((__uint64_t)1 << 63) - 1))
H A Dsocket.h589 __uint64_t st_info_rsv[7];
/f-stack/freebsd/sys/
H A Dtypes.h70 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.h44 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 Dprng.h16 __uint64_t prng64(void);
17 __uint64_t prng64_bounded(__uint64_t bound);
H A D_stdint.h71 typedef __uint64_t uint64_t;
H A Dresource.h123 #define RLIM_INFINITY ((rlim_t)(((__uint64_t)1 << 63) - 1))
H A Dstat.h190 __uint64_t st_gen; /* file generation number */
191 __uint64_t st_spare[10];
H A Dendian.h54 typedef __uint64_t uint64_t;
H A Devent.h90 __uint64_t ext[4]; /* extensions */
/f-stack/freebsd/arm/include/
H A Dendian.h77 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.h66 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 Dptrace.h14 __uint64_t vfp_reg[32];
H A Ducontext.h72 __uint64_t mcv_reg[32];
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes.h39 typedef __uint64_t u_longlong_t;
/f-stack/lib/
H A Dff_event.h92 __uint64_t ext[4]; /* extensions */

12