| /f-stack/freebsd/sys/ |
| H A D | _umtx.h | 44 __uint32_t m_pad; 46 __uint32_t m_spare[2]; 58 __uint32_t rw_flags; 59 __uint32_t rw_blocked_readers; 60 __uint32_t rw_blocked_writers; 61 __uint32_t rw_spare[4]; 66 volatile __uint32_t _count; 67 __uint32_t _flags; 72 __uint32_t _flags; 77 __uint32_t _flags; [all …]
|
| H A D | stat.h | 107 __uint32_t st_ino; /* inode's number */ 120 __uint32_t st_gen; /* file generation number */ 126 __uint32_t st_dev; /* inode's device */ 127 __uint32_t st_ino; /* inode's number */ 132 __uint32_t st_rdev; /* device type */ 140 __uint32_t st_gen; /* file generation number */ 196 __uint32_t st_dev; /* inode's device */ 197 __uint32_t st_ino; /* inode's number */ 198 __uint32_t st_mode; /* inode protection mode */ 199 __uint32_t st_nlink; /* number of hard links */ [all …]
|
| H A D | _types.h | 43 typedef __uint32_t __fflags_t; /* file flags */ 46 typedef __uint32_t __gid_t; 62 typedef __uint32_t __socklen_t; 66 typedef __uint32_t __uid_t; 115 typedef __uint32_t __fixpt_t; /* fixed point number */
|
| H A D | prng.h | 14 __uint32_t prng32(void); 15 __uint32_t prng32_bounded(__uint32_t bound);
|
| H A D | types.h | 69 typedef __uint32_t u_int32_t; 130 typedef __uint32_t in_addr_t; /* base type for internet address */ 288 typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */ 314 #define __bitcount32(x) __builtin_popcount((__uint32_t)(x)) 334 static __inline __uint32_t 335 __bitcount32(__uint32_t _x) in __bitcount32()
|
| H A D | param.h | 325 __uint32_t htonl(__uint32_t); 327 __uint32_t ntohl(__uint32_t);
|
| H A D | _sigset.h | 54 __uint32_t __bits[_SIG_WORDS];
|
| H A D | _stdint.h | 66 typedef __uint32_t uint32_t;
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 103 __uint32_t r_fs; 104 __uint32_t r_es; 105 __uint32_t r_ds; 106 __uint32_t r_edi; 107 __uint32_t r_esi; 108 __uint32_t r_ebp; 109 __uint32_t r_isp; 110 __uint32_t r_ebx; 117 __uint32_t r_cs; 120 __uint32_t r_ss; [all …]
|
| H A D | _types.h | 60 typedef unsigned int __uint32_t; typedef 115 typedef __uint32_t __size_t; 118 typedef __uint32_t __uintfptr_t; 119 typedef __uint32_t __uintptr_t; 122 typedef __uint32_t __uint_fast8_t; 123 typedef __uint32_t __uint_fast16_t; 124 typedef __uint32_t __uint_fast32_t; 128 typedef __uint32_t __uint_least32_t; 136 typedef __uint32_t __u_register_t; 137 typedef __uint32_t __vm_offset_t; [all …]
|
| H A D | ucontext.h | 129 __uint32_t mc_trapno; 133 __uint32_t mc_flags;
|
| /f-stack/freebsd/arm/include/ |
| H A D | _types.h | 56 typedef unsigned int __uint32_t; typedef 94 typedef __uint32_t __uintfptr_t; 96 typedef __uint32_t __uintptr_t; 97 typedef __uint32_t __uint_fast8_t; 98 typedef __uint32_t __uint_fast16_t; 99 typedef __uint32_t __uint_fast32_t; 103 typedef __uint32_t __uint_least32_t; 105 typedef __uint32_t __u_register_t; 106 typedef __uint32_t __vm_offset_t; 107 typedef __uint32_t __vm_paddr_t; [all …]
|
| H A D | endian.h | 64 #define __ntohl(x) ((__uint32_t)(x)) 66 #define __htonl(x) ((__uint32_t)(x)) 87 static __inline __uint32_t 88 __bswap32_var(__uint32_t v) in __bswap32_var() 90 __uint32_t t1; in __bswap32_var() 104 __uint32_t ret = v & 0xffff; in __bswap16_var() 133 ((__uint32_t)(__builtin_constant_p(x) ? \
|
| H A D | ptrace.h | 15 __uint32_t vfp_scr; 16 __uint32_t vfp_pad0;
|
| H A D | ucontext.h | 73 __uint32_t mcv_fpscr;
|
| /f-stack/freebsd/mips/include/ |
| H A D | _types.h | 57 typedef unsigned int __uint32_t; typedef 119 typedef __uint32_t __uintfptr_t; 120 typedef __uint32_t __uintptr_t; 124 typedef __uint32_t __uint_fast8_t; 125 typedef __uint32_t __uint_fast16_t; 126 typedef __uint32_t __uint_fast32_t; 130 typedef __uint32_t __uint_least32_t; 135 typedef __uint32_t __u_register_t; 141 typedef __uint32_t __vm_offset_t; 142 typedef __uint32_t __vm_size_t; [all …]
|
| H A D | endian.h | 95 static __inline __uint32_t 96 __bswap32_var(__uint32_t _x) in __bswap32_var() 115 #define __bswap32(x) ((__uint32_t)(__is_constant((x)) ? \ 116 __bswap32_const((__uint32_t)(x)) : __bswap32_var((__uint32_t)(x)))) 121 #define __htonl(x) ((__uint32_t)(x)) 123 #define __ntohl(x) ((__uint32_t)(x))
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _types.h | 41 typedef __uint32_t __fflags_t; /* file flags */ 44 typedef __uint32_t __gid_t; 52 typedef __uint32_t __socklen_t; 55 typedef __uint32_t __uid_t; 83 typedef __uint32_t __fixpt_t; /* fixed point number */ 111 typedef __uint32_t __fixpt_t; /* fixed point number */
|
| H A D | socket.h | 89 typedef __uint32_t uint32_t; 587 __uint32_t st_info_flags; 588 __uint32_t st_info_pad0;
|
| /f-stack/freebsd/arm64/include/ |
| H A D | endian.h | 73 static __inline __uint32_t 74 __bswap32_var(__uint32_t v) in __bswap32_var() 76 __uint32_t ret; in __bswap32_var() 87 __uint32_t ret; in __bswap16_var() 113 ((__uint32_t)(__builtin_constant_p(x) ? \ 114 __bswap32_constant((__uint32_t)(x)) : \
|
| H A D | _types.h | 50 typedef unsigned int __uint32_t; typedef 83 typedef __uint32_t __uint_fast8_t; 84 typedef __uint32_t __uint_fast16_t; 85 typedef __uint32_t __uint_fast32_t; 89 typedef __uint32_t __uint_least32_t;
|
| H A D | ucontext.h | 41 __uint32_t gp_spsr; 47 __uint32_t fp_sr; 48 __uint32_t fp_cr; 84 __uint32_t mcv_fpscr;
|
| /f-stack/tools/compat/include/ |
| H A D | netdb.h | 63 typedef __uint32_t in_addr_t; 83 typedef __uint32_t uint32_t;
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tlb.c | 56 extern __uint32_t __log2(__uint32_t);
|
| /f-stack/tools/compat/include/arpa/ |
| H A D | inet.h | 75 typedef __uint32_t uint32_t;
|