| /src/usr.sbin/bootp/common/ |
| bptypes.h | 16 typedef int32_t int32; typedef
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga_types.h | 33 typedef s32 int32; typedef
|
| vm_basic_types.h | 9 typedef s32 int32; typedef
|
| /src/lib/libc/arch/aarch64/softfloat/ |
| aarch64-gcc.h | 40 typedef signed int int32; typedef
|
| /src/lib/libc/arch/arm/softfloat/ |
| arm-gcc.h | 38 typedef signed int int32; typedef
|
| /src/lib/libc/arch/m68k/softfloat/ |
| m68k-gcc.h | 40 typedef signed int int32; typedef
|
| /src/lib/libc/arch/mips/softfloat/ |
| mips-gcc.h | 38 typedef signed int int32; typedef
|
| /src/lib/libc/arch/or1k/softfloat/ |
| or1k-gcc.h | 40 typedef signed int int32; typedef
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| powerpc-gcc.h | 40 typedef signed int int32; typedef
|
| /src/lib/libc/arch/sh3/softfloat/ |
| sh3-gcc.h | 40 typedef signed int int32; typedef
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| sparc64-gcc.h | 40 typedef signed int int32; typedef
|
| /src/regress/lib/libc/ieeefp/testfloat/include/ |
| milieu.h | 100 typedef signed int int32; typedef
|
| /src/sys/lib/libkern/ |
| milieu.h | 98 typedef signed int int32; typedef
|
| /src/external/bsd/ipf/bin/ipftest/ |
| bpf_filter.c | 71 #define int32 bpf_int32 macro 196 int32 mem[BPF_MEMWORDS]; 230 if (k + sizeof(int32) > buflen) { 277 if (k + sizeof(int32) > buflen) {
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_types.h | 4 * ntp_types.h - defines how int32 and u_int32 are treated. 9 * Old style: defines how int32 and u_int32 are treated. 85 typedef int32_t int32; typedef 94 # if !defined(HAVE_INT32) && !defined(int32) 95 typedef int int32; typedef 111 # if !defined(HAVE_INT32) && !defined(int32) 112 typedef long int32; typedef 193 int32 hi; u_int32 lo; 206 u_int32 lo; int32 hi;
|
| /src/external/mit/libcbor/dist/test/ |
| stream_expectations.h | 57 uint32_t int32; member in union:test_expectation_data
|
| /src/usr.bin/config/ |
| gram.y | 218 %type <i32> int32 npseudo device_flags no 437 MAXPARTITIONS int32 { maxpartitions = $2; } 441 MAXUSERS int32 int32 int32 465 VERSION int32 { setversion($2); } 506 | CHAR int32 { $$ = $2; } 512 | BLOCK int32 { $$ = $2; } 583 | locname '[' int32 ']' { $$ = locarray($1, $3, NULL, 0); } 584 | locname '[' int32 ']' locdefault 701 int32: label [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| ed25519.c | 22 #define int32 crypto_int32 macro
|
| sntrup761.c | 23 #define int32 crypto_int32 macro 1615 /* from supercop-20240808/crypto_sort/int32/portable4/sort.c */ 1621 int32 *x = array; 1642 int32 a = x[j + p]; 1654 int32 a = x[j + p]; 1664 int32 a = x[j + p];
|
| /src/external/bsd/libpcap/dist/ |
| rpcap-protocol.h | 139 typedef int int32; /* 32-bit signed integer */ typedef 284 int32 linktype; /* Link type */ 285 int32 tzoff; /* Timezone offset - not used by newer clients */ 300 int32 bufsize; /* Size of the user buffer allocated by WinPcap; it can be different from the one we chose */ 338 int32 k; /* instruction-dependent value */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| aix-thread.c | 1643 uint32_t int32; local 1705 regcache->raw_collect (tdep->ppc_gp0_regnum + i, (void *) &int32); 1706 ctx.gpr[i] = int32;
|
| tracectf.c | 146 #define ctf_save_write_int32(HANDLER, INT32) \ 147 ctf_save_write ((HANDLER), (gdb_byte *) &(INT32), 4) 498 int32_t int32; local 503 int32 = CTF_EVENT_ID_TSV_DEF; 504 ctf_save_align_write (&writer->tcs, (gdb_byte *) &int32, 4, 4); 532 int32_t int32; local 538 int32 = CTF_EVENT_ID_TP_DEF; 539 ctf_save_align_write (&writer->tcs, (gdb_byte *) &int32, 4, 4); 1065 int32_t int32; local 1079 int32 = (int32_t) bt_ctf_get_int64 (bt_ctf_get_field (event [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| aix-thread.c | 1646 uint32_t int32; local 1708 regcache->raw_collect (tdep->ppc_gp0_regnum + i, (void *) &int32); 1709 ctx.gpr[i] = int32;
|
| tracectf.c | 146 #define ctf_save_write_int32(HANDLER, INT32) \ 147 ctf_save_write ((HANDLER), (gdb_byte *) &(INT32), 4) 498 int32_t int32; local 503 int32 = CTF_EVENT_ID_TSV_DEF; 504 ctf_save_align_write (&writer->tcs, (gdb_byte *) &int32, 4, 4); 532 int32_t int32; local 538 int32 = CTF_EVENT_ID_TP_DEF; 539 ctf_save_align_write (&writer->tcs, (gdb_byte *) &int32, 4, 4); 1065 int32_t int32; local 1079 int32 = (int32_t) bt_ctf_get_int64 (bt_ctf_get_field (event [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXAsmPrinter.cpp | 1802 int int32 = (int)(constInt->getZExtValue()); local 1803 ConvertIntToBytes<>(ptr, int32); 1809 int int32 = (int)(constInt->getZExtValue()); local 1810 ConvertIntToBytes<>(ptr, int32);
|