Searched refs:__uint64_t (Results 1 – 25 of 28) sorted by relevance
12
53 __uint64_t ary[4];59 (__uint64_t)-1, \60 (__uint64_t)-1, \61 (__uint64_t)-1 } }130 (mask).ary[0] = (__uint64_t)-1; \131 (mask).ary[1] = (__uint64_t)-1; \132 (mask).ary[2] = (__uint64_t)-1; \133 (mask).ary[3] = (__uint64_t)-1; \148 (mask).ary[0] = (__uint64_t)-1; \153 (mask).ary[0] = (__uint64_t)-1; \[all …]
42 typedef __uint64_t vm_pindex_t; /* physical page index */43 typedef __uint64_t vm_spindex_t; /* physical page index (signed) */45 typedef __uint64_t vm_poff_t; /* physical offset */46 typedef __uint64_t vm_paddr_t; /* physical addr (same as vm_poff_t) */
63 typedef unsigned long __uint64_t; typedef68 typedef unsigned long long __uint64_t; typedef89 typedef __uint64_t __uintmax_t;106 typedef __uint64_t __uint_fast64_t;110 typedef __uint64_t __uint_least64_t;
103 __extension__ ({ __uint64_t __X = (x); \112 ((x << 8) & ((__uint64_t)0xff << 32)) | \113 ((x << 24) & ((__uint64_t)0xff << 40)) | \114 ((x << 40) & ((__uint64_t)0xff << 48)) | \152 static __inline __always_inline __uint64_t153 __bswap64(__uint64_t _x) in __bswap64()
55 typedef __uint64_t pml4_entry_t;56 typedef __uint64_t pdp_entry_t;57 typedef __uint64_t pd_entry_t;58 typedef __uint64_t pt_entry_t;
67 #define htole64(x) ((__uint64_t)(x))74 #define le64toh(x) ((__uint64_t)(x))78 #define htobe64(x) ((__uint64_t)(x))85 #define be64toh(x) ((__uint64_t)(x))109 static __inline __uint64_t114 return (((__uint64_t)be32dec(p) << 32) | be32dec(p + 4)); in be64dec()133 static __inline __uint64_t138 return (((__uint64_t)le32dec(p + 4) << 32) | le32dec(p)); in le64dec()162 be64enc(void *pp, __uint64_t u) in be64enc()191 le64enc(void *pp, __uint64_t u) in le64enc()
42 typedef __uint64_t fsblkcnt_t; /* filesystem block count */46 typedef __uint64_t fsfilcnt_t; /* filesystem file count */81 __uint64_t f_syncreads; /* count of sync reads since mount */82 __uint64_t f_syncwrites; /* count of sync writes since mount */84 __uint64_t f_asyncreads; /* count of async reads since mount */85 __uint64_t f_asyncwrites; /* count of async writes since mount */
62 typedef __uint64_t u_int64_t;63 typedef __uint64_t u_quad_t; /* quads */88 typedef __uint64_t fsblkcnt_t; /* filesystem block count */92 typedef __uint64_t fsfilcnt_t; /* filesystem file count */112 typedef __uint64_t ino_t; /* inode number */163 typedef __uint64_t uoff_t; /* uio offset */
125 #define RLIM_INFINITY ((rlim_t)(((__uint64_t)1 << 63) - 1)) /* no limit */156 __uint64_t ldavg[3]; /* 64-bits to avoid overflow */
75 __uint64_t bmap[(KMALLOC_SLAB_MAXOBJS + 63) / 64];151 __uint64_t ks_unused0;
277 __uint64_t td_uticks; /* Statclock hits in user mode (uS) */278 __uint64_t td_sticks; /* Statclock hits in system mode (uS) */279 __uint64_t td_iticks; /* Statclock hits processing intr (uS) */
82 typedef __uint64_t uint64_t;
60 typedef __uint64_t ino_t; /* inode number */
90 typedef __uint64_t prison_cap_t;
51 typedef __uint64_t sysclock_t;
69 __uint64_t si_inode;
71 typedef __uint64_t ino_t; /* inode number */
45 typedef __uint64_t __syscapelm_t;
59 __uint64_t d_media_size;60 __uint64_t d_media_blocks;91 __uint64_t p_offset; /* offset, in sectors */92 __uint64_t p_size; /* #sectors in partition */
50 typedef __uint64_t uint64_t;
328 __uint64_t
100 static __inline __uint64_t101 __bitcount64(__uint64_t _x) in __bitcount64()115 static __inline __uint64_t116 __bitcount64(__uint64_t _x) in __bitcount64()
56 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(__uint64_t)); in getloadavg()
92 nelem = MIN((size_t)nelem, sizeof(loadinfo.ldavg) / sizeof(__uint64_t)); in kvm_getloadavg()
102 typedef __uint64_t fio_ulong_t;