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

1 2 3

  /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)
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;
gcc_attribute_aligned.c 11 typedef unsigned int uint32_t; typedef
19 uint32_t fa_off;
  /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...]
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;
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/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;
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
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);
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/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;
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
tsan_interface.cc 24 typedef u32 uint32_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 26 typedef unsigned int uint32_t; typedef
52 typedef uint32_t UINT32;
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;
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;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 38 typedef unsigned __int32 uint32_t; typedef
49 typedef unsigned int uint32_t; typedef
60 typedef unsigned int uint32_t; typedef
85 typedef uint32_t UINT32;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 28 typedef unsigned int uint32_t; typedef
52 typedef uint32_t UINT32;

Completed in 48 milliseconds

1 2 3