/freebsd-head/contrib/libpcap/pcap/ |
H A D | pcap-inttypes.h | 55 typedef unsigned int uint32_t; typedef
|
/freebsd-head/contrib/xz/src/liblzma/api/ |
H A D | lzma.h | 46 * - stdint.h: uint8_t, uint32_t, uint64_t, UINT32_C(n), uint64_C(n), 53 * exists and that it typedefs at least uint8_t, uint32_t, and uint64_t, 100 typedef unsigned __int32 uint32_t; typedef
|
/freebsd-head/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | ctypes.py | 47 uint32_t = _ffi_cast('uint32_t') variable 62 _ffi.typeof('uint32_t'): ('uint32', 'uint32'),
|
/freebsd-head/sys/sys/ |
H A D | _stdint.h | 66 typedef __uint32_t uint32_t; typedef
|
H A D | endian.h | 49 typedef __uint32_t uint32_t; typedef 74 #define htole32(x) ((uint32_t)(x)) 81 #define le32toh(x) ((uint32_t)(x)) 85 #define htobe32(x) ((uint32_t)(x)) 92 #define be32toh(x) ((uint32_t)(x)) 109 static __inline uint32_t 133 static __inline uint32_t 159 be32enc(void *pp, uint32_t u) 174 be32enc(p, (uint32_t)(u >> 32)); 175 be32enc(p + 4, (uint32_t)( [all...] |
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.h | 33 enum Opcode : uint32_t; member in namespace:clang::interp 38 using LabelTy = uint32_t;
|
H A D | ByteCodeEmitter.h | 29 enum Opcode : uint32_t; member in namespace:clang::interp 34 using LabelTy = uint32_t;
|
H A D | Function.h | 27 enum PrimType : uint32_t; member in namespace:clang::interp
|
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 62 typedef __UINT32_TYPE__ uint32_t; typedef 86 AddMacroState(const FileSpec ¤t_file, const uint32_t current_file_line) 108 bool IsValidEntry(uint32_t line) { 128 uint32_t m_current_file_line; 140 uint32_t line;
|
/freebsd-head/stand/efi/include/arm/ |
H A D | efibind.h | 53 typedef unsigned int uint32_t; typedef 63 typedef uint32_t UINT32; 76 typedef uint32_t UINTN;
|
/freebsd-head/usr.sbin/fwcontrol/ |
H A D | fwmpegts.c | 136 uint32_t :7, member in struct:mpeg_pldt 140 uint32_t c_offset:12, 161 uint32_t *ptr; 204 ptr = (uint32_t *) buf; 223 ptr = (uint32_t *) (ciph + 1); /* skip cip header */ 265 ptr = (uint32_t *)((intptr_t)pkt + pkt_size);
|
/freebsd-head/sys/arm/ti/ |
H A D | ti_edma3.h | 42 uint32_t sam:1; /* Source address mode */ 43 uint32_t dam:1; /* Destination address mode */ 44 uint32_t syncdim:1; /* Transfer synchronization dimension */ 45 uint32_t static_set:1; /* Static Set */ 46 uint32_t :4; member in struct:ti_edma3cc_param_set::__anon547 47 uint32_t fwid:3; /* FIFO Width */ 48 uint32_t tccmode:1; /* Transfer complete code mode */ 49 uint32_t tcc:6; /* Transfer complete code */ 50 uint32_t :2; member in struct:ti_edma3cc_param_set::__anon547 51 uint32_t tcinte 56 uint32_t :3; member in struct:ti_edma3cc_param_set::__anon547 [all...] |
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface.cpp | 23 typedef u32 uint32_t; typedef
|
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 21 enum InfoType : uint32_t { enum 58 const uint32_t IT = Data.getU32(&Offset); 62 const uint32_t InfoLength = Data.getU32(&Offset); 106 // Write the size in bytes of this function as a uint32_t. This can be zero 109 // Write the name of this function as a uint32_t string table offset. 114 // Write a uint32_t length as zero for now, we will fix this up after 126 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); 132 // Write a uint32_t length as zero for now, we will fix this up after 144 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); 163 uint32_t NameOffse [all...] |
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 54 enum : uint32_t { enum 96 void write(uint32_t i) { 145 SmallVector<uint32_t, 4> FileChecksums; 223 void write(uint32_t i) { P->write(i); } 236 void addLine(uint32_t Line) { 241 uint32_t length() const { 257 SmallVector<uint32_t, 32> Lines; 275 uint32_t Len = 3; 307 GCOVBlock(GCOVProfiler *P, uint32_t Number) 310 uint32_t Numbe [all...] |
/freebsd-head/crypto/openssl/include/openssl/ |
H A D | e_os2.h | 237 typedef UINT32 uint32_t; typedef 254 typedef unsigned int uint32_t; typedef
|
/freebsd-head/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 289 typedef unsigned int uint32_t; typedef 291 typedef unsigned long uint32_t; typedef 293 # error Cannot create a uint32_t type.
|
H A D | windows-config.h | 134 typedef unsigned __int32 uint32_t; typedef
|
/freebsd-head/contrib/libucl/src/ |
H A D | mum.h | 53 typedef unsigned __int32 uint32_t; typedef 129 uint64_t lv = (uint32_t) v, lp = (uint32_t) p; 181 static inline uint32_t 182 _mum_le32 (uint32_t v) { 245 u64 = _mum_le32 (*(uint32_t *) str); 251 u64 = _mum_le32 (*(uint32_t *) str); 256 u64 = _mum_le32 (*(uint32_t *) str); 260 u64 = _mum_le32 (*(uint32_t *) str);
|
/freebsd-head/stand/efi/include/amd64/ |
H A D | efibind.h | 48 typedef unsigned __int32 uint32_t; typedef 61 typedef unsigned int uint32_t; typedef 73 typedef unsigned int uint32_t; typedef 95 typedef uint32_t UINT32;
|
/freebsd-head/stand/efi/include/arm64/ |
H A D | efibind.h | 48 typedef unsigned __int32 uint32_t; typedef 61 typedef unsigned int uint32_t; typedef 73 typedef unsigned int uint32_t; typedef 91 typedef uint32_t UINT32;
|
/freebsd-head/stand/efi/include/i386/ |
H A D | efibind.h | 48 typedef unsigned __int32 uint32_t; typedef 61 typedef unsigned int uint32_t; typedef 73 typedef unsigned int uint32_t; typedef 95 typedef uint32_t UINT32; 111 typedef uint32_t UINTN;
|
/freebsd-head/include/arpa/ |
H A D | inet.h | 80 typedef __uint32_t uint32_t; typedef 85 typedef uint32_t in_addr_t; 141 uint32_t htonl(uint32_t); 143 uint32_t ntohl(uint32_t);
|
/freebsd-head/contrib/expat/lib/ |
H A D | siphash.h | 103 typedef unsigned __int32 uint32_t; typedef 106 # include <stdint.h> /* uint64_t uint32_t uint8_t */ 125 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \ 126 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
|
/freebsd-head/stand/efi/include/riscv/ |
H A D | efibind.h | 48 typedef unsigned __int32 uint32_t; typedef 61 typedef unsigned int uint32_t; typedef 73 typedef unsigned int uint32_t; typedef 91 typedef uint32_t UINT32;
|