HomeSort by: relevance | last modified time | path
    Searched defs:uint32_t (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_129.c 9 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
25 uint8_buffer_write_uint32(uint8_t *c, uint32_t l)
gcc_attribute_aligned.c 11 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
19 uint32_t fa_off;
expr_sizeof.c 223 typedef unsigned int uint32_t; typedef in function:sequence_of_structs
229 uint32_t fa_off;
msg_247.c 236 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
248 uint32_t s_addr;
263 uint32_t sin6_flowinfo;
267 uint32_t u6_addr32[4];
269 uint32_t sin6_scope_id;
  /src/sys/arch/hppa/stand/xxboot/
iplsum.c 16 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
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 in typeref:typename:unsigned int
36 void llvm_pgo_emit(const char *MangledName, uint32_t NumCounters,
38 uint32_t i;
GCDAProfiling.c 54 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
61 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
134 static void write_32bit_value(uint32_t i) {
142 static uint32_t length_of_string(const char *s) {
147 uint32_t len = length_of_string(s);
153 static uint32_t read_32bit_value() {
154 uint32_t val;
157 return (uint32_t)-1;
159 val = *(uint32_t*)&write_buffer[cur_pos];
263 uint32_t checksum)
    [all...]
  /src/sys/arch/hpc/stand/include/machine/
types.h 25 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
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/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface.cc 24 typedef u32 uint32_t; typedef in typeref:typename:u32
  /src/sys/sys/
stdint.h 64 typedef __uint32_t uint32_t; typedef in typeref:typename:__uint32_t
types.h 79 typedef __uint32_t uint32_t; typedef in typeref:typename:__uint32_t
95 typedef uint32_t u_int32_t;
158 typedef uint32_t fixpt_t; /* fixed point number */
165 typedef uint32_t id_t; /* group id, process id or user id */
189 typedef uint32_t nlink_t; /* link count */
274 #define major(x) ((devmajor_t)(((uint32_t)(x) & 0x000fff00) >> 8))
275 #define minor(x) ((devminor_t)((((uint32_t)(x) & 0xfff00000) >> 12) | \
276 (((uint32_t)(x) & 0x000000ff) >> 0)))
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 31 typedef unsigned long uint32_t; typedef in typeref:typename:unsigned long
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/gnu-efi/dist/inc/aarch64/
efibind.h 26 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
52 typedef uint32_t UINT32;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 26 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
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 in typeref:typename:unsigned __int32
49 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
61 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
73 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
80 typedef uint32_t uintptr_t;
101 typedef uint32_t UINT32;
117 typedef uint32_t UINTN;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 38 typedef unsigned __int32 uint32_t; typedef in typeref:typename:unsigned __int32
49 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
60 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
85 typedef uint32_t UINT32;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 28 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
52 typedef uint32_t UINT32;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 51 typedef unsigned __int32 uint32_t; typedef in typeref:typename:unsigned __int32
60 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
72 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
84 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
112 typedef uint32_t UINT32;
  /src/sys/netinet/
in.h 51 typedef __uint32_t uint32_t; typedef in typeref:typename:__uint32_t
175 #define __IPADDR(x) ((uint32_t) htonl((uint32_t)(x)))
177 #define __IPADDR(x) ((uint32_t)(x))
180 #define IN_CLASSA(i) (((uint32_t)(i) & __IPADDR(0x80000000)) == \
187 #define IN_CLASSB(i) (((uint32_t)(i) & __IPADDR(0xc0000000)) == \
194 #define IN_CLASSC(i) (((uint32_t)(i) & __IPADDR(0xe0000000)) == \
200 #define IN_CLASSD(i) (((uint32_t)(i) & __IPADDR(0xf0000000)) == \
208 #define IN_EXPERIMENTAL(i) (((uint32_t)(i) & __IPADDR(0xf0000000)) == \
210 #define IN_BADCLASS(i) (((uint32_t)(i) & __IPADDR(0xf0000000)) ==
    [all...]
  /src/sys/dev/ic/
ispvar.h 89 int (*dv_rd_isr) (ispsoftc_t *, uint32_t *, uint16_t *, uint16_t *);
90 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
91 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
94 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
199 uint32_t : 8,
222 uint32_t
339 uint32_t handle; /* handle associated with this command */
446 uint32_t reserved : 5,
450 uint32_t
457 uint32_t gone_timer
634 volatile uint32_t : 8, member in struct:ispsoftc
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 163 typedef unsigned int uint32_t; typedef in typeref:typename:unsigned int
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 46 #ifndef uint32_t
47 typedef unsigned long uint32_t; typedef in typeref:typename:unsigned long
255 uint32_t pspdirtableoffset;
476 uint32_t firmware_revision;
477 uint32_t bootup_sclk_in10khz;
478 uint32_t bootup_mclk_in10khz;
479 uint32_t firmware_capability; // enum atombios_firmware_capability
480 uint32_t main_call_parser_entry; /* direct address of main parser call in VBIOS binary. */
481 uint32_t bios_scratch_reg_startaddr; // 1st bios scratch register dword address
489 uint32_t mc_baseaddr_high
    [all...]

Completed in 45 milliseconds