| /src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| bid-dpd.h | 24 typedef unsigned int UINT32; 29 #define _Decimal32 UINT32
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/bid/ |
| bid-dpd.h | 24 typedef unsigned int UINT32; 29 #define _Decimal32 UINT32
|
| /src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| bid-dpd.h | 24 typedef unsigned int UINT32; 29 #define _Decimal32 UINT32
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/bid/ |
| bid-dpd.h | 24 typedef unsigned int UINT32; 29 #define _Decimal32 UINT32
|
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| platform.h | 20 typedef uint32_t UINT32;
31 // basetsd.h provides definitions of UINT16, UINT32 and UINT64.
33 typedef unsigned long UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/ |
| efibind.h | 34 typedef uint32_t UINT32;
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 90 typedef USItype UINT32; 149 #define USItype UINT32 291 UINT32 i;
|
| bid_functions.h | 36 typedef unsigned UINT32; 311 UINT32 decfp32_value; 347 extern void bid_to_dpd32 (UINT32 * pres, UINT32 * px); 350 extern void dpd_to_bid32 (UINT32 * pres, UINT32 * px); 1777 UINT32 * 1781 UINT32 * 1788 extern void bid64_to_bid32 (UINT32 * pres, 1792 extern void bid128_to_bid32 (UINT32 * pres [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 77 typedef USItype UINT32; 131 #define USItype UINT32 265 UINT32 i;
|
| bid_functions.h | 36 typedef unsigned UINT32; 311 UINT32 decfp32_value; 347 extern void bid_to_dpd32 (UINT32 * pres, UINT32 * px); 350 extern void dpd_to_bid32 (UINT32 * pres, UINT32 * px); 1777 UINT32 * 1781 UINT32 * 1788 extern void bid64_to_bid32 (UINT32 * pres, 1792 extern void bid128_to_bid32 (UINT32 * pres [all...] |
| /src/bin/ps/ |
| ps.h | 46 KPTR, KPTR24, INT32, UINT32, SIGLIST, INT64, UINT64,
|
| /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/ |
| efibind.h | 52 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/arm/ |
| efibind.h | 60 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
| efibind.h | 101 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
| efibind.h | 85 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/ |
| efibind.h | 52 typedef uint32_t UINT32;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
| efibind.h | 112 typedef uint32_t UINT32;
|
| /src/usr.bin/rump_dhcpclient/ |
| dhcp.c | 42 #define UINT32 (1 << 4) 76 { 2, UINT32, "time_offset" }, 97 { 24, UINT32, "path_mtu_aging_timeout" }, 107 { 35, UINT32, "arp_cache_timeout" }, 110 { 38, UINT32, "tcp_keepalive_interval" }, 123 { 51, UINT32 | REQUEST, "dhcp_lease_time" }, 130 { 58, UINT32 | REQUEST, "dhcp_renewal_time" }, 131 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" }, 152 { 91, UINT32, "client_last_transaction_time" }, 185 if (opt->type & UINT32 || opt->type & IPV4 [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| umac.c | 93 typedef u_int32_t UINT32; /* 4 byte */ 131 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b))) 273 UINT32 align; 352 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) 361 UINT32 *k = (UINT32 *)kp; 362 const UINT32 *d = (const UINT32 *)dp; 363 UINT32 d0,d1,d2,d3,d4,d5,d6,d7 [all...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| actypes.h | 66 #define ACPI_UINT32_MAX (UINT32)(~((UINT32) 0)) /* 0xFFFFFFFF */ 83 * UINT32 32-bit (4 byte) unsigned value 157 typedef unsigned int UINT32; 198 typedef unsigned int UINT32; 205 typedef UINT32 ACPI_SIZE; 214 typedef UINT32 ACPI_IO_ADDRESS; 215 typedef UINT32 ACPI_PHYSICAL_ADDRESS; 460 typedef UINT32 ACPI_STATUS; /* All ACPI Exceptions */ 461 typedef UINT32 ACPI_NAME; /* 4-byte ACPI name * [all...] |