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

12

/freebsd-11-stable/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-stable/stand/ficl/arm/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h79 #if !defined INT32
80 #define INT32 long macro
106 #define FICL_INT INT32
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
108 #define FICL_INT INT32
/freebsd-11-stable/stand/efi/include/
H A Defipoint.h32 INT32 RelativeMovementX;
33 INT32 RelativeMovementY;
34 INT32 RelativeMovementZ;
H A Deficon.h135 INT32 MaxMode;
137 INT32 Mode;
138 INT32 Attribute;
139 INT32 CursorColumn;
140 INT32 CursorRow;
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h359 INT32 MaxMode;
368 INT32 Mode;
372 INT32 Attribute;
376 INT32 CursorColumn;
380 INT32 CursorRow;
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadfile.c165 static INT32
229 static INT32
253 return ((INT32) Actual);
H A Dacfileio.c389 INT32 Count;
441 if (Count != (INT32) TableHeader.Length)
/freebsd-11-stable/lib/libefivar/
H A Defi-osdep.h47 typedef int32_t INT32; typedef
/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h81 #if !defined INT32
82 #define INT32 int macro
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h82 #if !defined INT32
83 #define INT32 int macro
/freebsd-11-stable/stand/efi/include/arm/
H A Defibind.h64 typedef int32_t INT32; typedef
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h92 typedef int32_t INT32; typedef
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c367 INT32 Actual;
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h96 typedef int32_t INT32; typedef
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h96 typedef int32_t INT32; typedef
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c617 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi);
618 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h195 * INT32 32-bit (4 byte) signed value
266 typedef int INT32; typedef
307 typedef int INT32; typedef
312 typedef INT32 ACPI_NATIVE_INT;
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h59 VERIFY_SIZE_OF (INT32, 4);
374 #define MAX_INT32 ((INT32)0x7FFFFFFF)
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c553 INT32 i;
565 for (i = (INT32) PopCount - 1; i >= 0; i--)

Completed in 214 milliseconds

12