Searched refs:INT32 (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dminimon.h26 typedef long int INT32; /* 32 bit integer */ typedef
176 INT32 code; /* generic */
177 INT32 length;
182 /* A "generic" message (with an INT32 array) */
185 INT32 code; /* generic */
186 INT32 length;
187 INT32 int32[DUMMY];
197 INT32 code; /* 0 */
198 INT32 length;
204 INT32 cod
[all...]
/freebsd-11.0-release/sys/boot/ficl/arm/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11.0-release/sys/boot/ficl/i386/
H A Dsysdep.h79 #if !defined INT32
80 #define INT32 long macro
106 #define FICL_INT INT32
/freebsd-11.0-release/sys/boot/ficl/mips/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutprint.c79 INT32 Width,
80 INT32 Precision,
295 INT32 Width,
296 INT32 Precision,
304 INT32 i;
441 INT32 Width;
442 INT32 Precision;
450 INT32 Length;
506 Width = (INT32) Number;
528 Precision = (INT32) Numbe
[all...]
H A Dutmath.c268 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi);
269 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo);
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Dadfile.c57 static INT32
121 static INT32
145 return ((INT32) Actual);
H A Dacfileio.c243 INT32 Count;
294 if (Count != (INT32) TableHeader.Length)
/freebsd-11.0-release/sys/boot/ficl/aarch64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11.0-release/sys/boot/ficl/amd64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11.0-release/sys/boot/ficl/mips64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11.0-release/sys/boot/ficl/riscv/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.h82 #if !defined INT32
83 #define INT32 int macro
/freebsd-11.0-release/sys/boot/efi/include/
H A Deficon.h135 INT32 MaxMode;
137 INT32 Mode;
138 INT32 Attribute;
139 INT32 CursorColumn;
140 INT32 CursorRow;
/freebsd-11.0-release/sys/boot/efi/include/arm/
H A Defibind.h64 typedef int32_t INT32; typedef
/freebsd-11.0-release/sys/boot/efi/include/arm64/
H A Defibind.h92 typedef int32_t INT32; typedef
/freebsd-11.0-release/sys/boot/efi/include/amd64/
H A Defibind.h96 typedef int32_t INT32; typedef
/freebsd-11.0-release/sys/boot/efi/include/i386/
H A Defibind.h96 typedef int32_t INT32; typedef
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c259 INT32 Actual;
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h87 * INT32 32-bit (4 byte) signed value
158 typedef int INT32; typedef
197 typedef int INT32; typedef
202 typedef INT32 ACPI_NATIVE_INT;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c445 INT32 i;
457 for (i = (INT32) PopCount - 1; i >= 0; i--)
/freebsd-11.0-release/sbin/hastd/
H A Dnv.c419 NV_DEFINE_ADD(int32, INT32)
444 NV_DEFINE_ADD_ARRAY(int32, INT32)
517 NV_DEFINE_GET(int32, INT32)
548 NV_DEFINE_GET_ARRAY(int32, INT32)
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h85 typedef INT32 s32;
97 typedef INT32 s32;

Completed in 365 milliseconds