| /src/tests/usr.bin/xlint/lint1/ |
| msg_129.c | 9 typedef unsigned int uint32_t; typedef 25 uint8_buffer_write_uint32(uint8_t *c, uint32_t l)
|
| gcc_attribute_aligned.c | 11 typedef unsigned int uint32_t; typedef 19 uint32_t fa_off;
|
| /src/external/bsd/libpcap/dist/pcap/ |
| pcap-inttypes.h | 64 typedef unsigned int uint32_t; typedef
|
| /src/external/bsd/elftosb/dist/common/ |
| stdafx.h | 32 //typedef unsigned long uint32_t; 65 typedef unsigned long uint32_t; typedef
|
| Value.h | 38 IntegerValue(uint32_t value) : m_value(value) {} 44 inline uint32_t getValue() const { return m_value; } 46 inline operator uint32_t () const { return m_value; } 48 inline IntegerValue & operator = (uint32_t value) { m_value = value; return *this; } 51 uint32_t m_value; //!< The integer value. 68 SizedIntegerValue(uint32_t value, int_size_t size=kWordSize) : IntegerValue(value), m_size(size) {} 80 uint32_t getWordSizeMask() const; 87 SizedIntegerValue & operator = (uint32_t value) { m_value = value; m_size = kWordSize; return *this; }
|
| /src/external/bsd/elftosb/dist/ |
| stdafx.h | 31 //typedef unsigned long uint32_t; 49 typedef unsigned long uint32_t; typedef
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/sh/ |
| linux-atomic.c | 41 typedef unsigned int uint32_t; typedef 63 func1 (name, uint32_t)
|
| /src/sys/arch/hppa/stand/xxboot/ |
| iplsum.c | 16 typedef unsigned int uint32_t; typedef 30 uint32_t bootblk[BOOTSIZE / sizeof(uint32_t) + 1]; 32 #define SUMOFF ((IPLOFF + 4) / sizeof(uint32_t)) 43 uint32_t sum, *p; 72 iploff = ntohl(bootblk[0xf0 / sizeof(uint32_t)]); 73 iplsumsize = ntohl(bootblk[0xf4 / sizeof(uint32_t)]); 84 for (p = bootblk + IPLOFF / sizeof(uint32_t); 85 p < bootblk + (IPLOFF + IPL1SIZE) / sizeof(uint32_t); p++) 91 memcpy(bootblk + IPL2ONDISK / sizeof(uint32_t), [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| PGOProfiling.c | 17 typedef unsigned int uint32_t; typedef 36 void llvm_pgo_emit(const char *MangledName, uint32_t NumCounters, 38 uint32_t i;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_hip_runtime_wrapper.h | 32 #pragma push_macro("uint32_t") 37 #define uint32_t __UINT32_TYPE__ macro 91 #pragma pop_macro("uint32_t")
|
| /src/sys/arch/hpc/stand/include/machine/ |
| types.h | 25 typedef unsigned int uint32_t; typedef 31 typedef uint32_t u_int32_t; 48 typedef uint32_t vaddr_t; 49 typedef uint32_t vsize_t; 51 typedef uint32_t paddr_t; 52 typedef uint32_t psize_t; 55 typedef uint32_t kaddr_t; 56 typedef uint32_t ksize_t;
|
| /src/sys/sys/ |
| stdint.h | 64 typedef __uint32_t uint32_t; typedef
|
| /src/usr.sbin/fwctl/ |
| fwmpegts.c | 123 uint32_t :7, member in struct:mpeg_pldt 127 uint32_t c_offset:12, 148 uint32_t *ptr; 191 ptr = (uint32_t *) buf; 213 ptr = (uint32_t *) (ciph + 1); /* skip cip header */ 255 ptr = (uint32_t *)((intptr_t)pkt + pkt_size);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| ByteCodeEmitter.h | 29 enum Opcode : uint32_t; member in namespace:clang::interp 34 using LabelTy = uint32_t;
|
| EvalEmitter.h | 33 enum Opcode : uint32_t; member in namespace:clang::interp 38 using LabelTy = uint32_t;
|
| Function.h | 27 enum PrimType : uint32_t; member in namespace:clang::interp
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| 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 NameOffset = Data.getU32(&Offset) [all...] |
| /src/external/bsd/libbind/dist/port/decunix/include/sys/ |
| bitypes.h | 45 typedef unsigned int uint32_t; typedef
|
| /src/sys/arch/dreamcast/dev/microcode/ |
| aica_arm.c | 31 typedef unsigned long uint32_t; typedef 42 (*(volatile uint32_t *)(DC_REG_ADDR + (off))) 48 ((*(volatile uint32_t *)((DC_REG_ADDR)+(off))) = (val)) 62 uint32_t rate2reg(unsigned int); 121 uint32_t 124 uint32_t base, fns; 142 uint32_t tmp = (rate * 1024 + (base / 2)); 186 uint32_t cmd, serial; 285 uint32_t mode, lparam, rparam;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_interface.cc | 24 typedef u32 uint32_t; typedef
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| longdouble.h | 45 void set (uint32_t d); 60 operator uint32_t (void) 61 { return (uint32_t) this->to_uint (); }
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| softdivide.c | 25 typedef unsigned uint32_t; typedef 39 static inline uint32_t __attribute__ ((always_inline)) 40 __udivsi3_inline (uint32_t dividend, uint32_t divisor) 78 const uint32_t max_divisor = divisor << divisor_clz; 79 const uint32_t max_qbit = 1 << divisor_clz; 81 uint32_t quotient = 0; 82 uint32_t remainder = dividend; 87 uint32_t scaled_divisor = max_divisor >> shift; 88 uint32_t quotient_bit = max_qbit >> shift [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/ |
| efibind.h | 26 typedef unsigned int uint32_t; typedef 52 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/arm/ |
| efibind.h | 26 typedef unsigned int uint32_t; typedef 32 typedef uint32_t uintptr_t; 60 typedef uint32_t UINT32; 73 typedef uint32_t UINTN;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
| efibind.h | 40 typedef unsigned __int32 uint32_t; typedef 49 typedef unsigned int uint32_t; typedef 61 typedef unsigned int uint32_t; typedef 73 typedef unsigned int uint32_t; typedef 80 typedef uint32_t uintptr_t; 101 typedef uint32_t UINT32; 117 typedef uint32_t UINTN;
|