Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c59 ASN1_EMBED(CMS_SignerInfo, version, INT32),
79 ASN1_EMBED(CMS_SignedData, version, INT32),
99 ASN1_EMBED(CMS_KeyTransRecipientInfo, version, INT32),
179 ASN1_EMBED(CMS_KEKRecipientInfo, version, INT32),
228 ASN1_EMBED(CMS_EnvelopedData, version, INT32),
236 ASN1_EMBED(CMS_DigestedData, version, INT32),
243 ASN1_EMBED(CMS_EncryptedData, version, INT32),
250 ASN1_EMBED(CMS_AuthEnvelopedData, version, INT32),
260 ASN1_EMBED(CMS_AuthenticatedData, version, INT32),
272 ASN1_EMBED(CMS_CompressedData, version, INT32),
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h353 INT32 MaxMode;
362 INT32 Mode;
366 INT32 Attribute;
370 INT32 CursorColumn;
374 INT32 CursorRow;
/freebsd/stand/efi/include/
H A Defipoint.h31 INT32 RelativeMovementX;
32 INT32 RelativeMovementY;
33 INT32 RelativeMovementZ;
H A Deficon.h134 INT32 MaxMode;
136 INT32 Mode;
137 INT32 Attribute;
138 INT32 CursorColumn;
139 INT32 CursorRow;
H A Defi.h53 typedef int32_t INT32; typedef
/freebsd/stand/ficl/arm/
H A Dsysdep.h80 #if !defined INT32
81 #define INT32 int macro
107 #define FICL_INT INT32
/freebsd/stand/ficl/i386/
H A Dsysdep.h78 #if !defined INT32
79 #define INT32 long macro
105 #define FICL_INT INT32
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h80 #if !defined INT32
81 #define INT32 int32_t macro
107 #define FICL_INT INT32
/freebsd/sys/contrib/dev/acpica/common/
H A Dadfile.c165 static INT32
229 static INT32
253 return ((INT32) Actual); in AdWriteBuffer()
H A Dacfileio.c389 INT32 Count; in AcGetOneTableFromFile()
419 if (Count != (INT32) HeaderLength) in AcGetOneTableFromFile()
472 if (GetOnlyAmlTables && Count != (INT32) TableLength) in AcGetOneTableFromFile()
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h80 #if !defined INT32
81 #define INT32 int macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h80 #if !defined INT32
81 #define INT32 int macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h80 #if !defined INT32
81 #define INT32 int macro
/freebsd/crypto/openssl/crypto/asn1/
H A Devp_asn1.c88 ASN1_EMBED(asn1_int_oct, num, INT32),
145 ASN1_EMBED(asn1_oct_int, num, INT32)
H A Dn_pkey.c51 ASN1_EMBED(NETSCAPE_PKEY, version, INT32),
H A Dx_int64.c254 ASN1_ITEM_start(INT32)
257 ASN1_ITEM_end(INT32)
/freebsd/lib/libefivar/
H A Defi-osdep.h44 typedef int32_t INT32; typedef
/freebsd/sys/contrib/edk2/Include/
H A DBase.h335 #define MAX_INT32 ((INT32)0x7FFFFFFF)
345 #define MIN_INT32 (((INT32) -2147483647) - 1)
818 STATIC_ASSERT (sizeof (INT32) == 4, "sizeof (INT32) does not meet UEFI Specification Data Type re…
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutstring.c253 AcpiOsPrintf ("\\x%2.2X", (INT32) String[i]); in AcpiUtPrintString()
H A Dutmath.c617 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide()
618 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide()
/freebsd/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi.h43 typedef int INT32; typedef
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_asn1.c42 ASN1_EMBED(DSA, version, INT32),
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c102 ASN1_EMBED(X9_62_PENTANOMIAL, k1, INT32),
103 ASN1_EMBED(X9_62_PENTANOMIAL, k2, INT32),
104 ASN1_EMBED(X9_62_PENTANOMIAL, k3, INT32)
119 ASN1_EMBED(X9_62_CHARACTERISTIC_TWO, m, INT32),
146 ASN1_EMBED(ECPARAMETERS, version, INT32),
168 ASN1_EMBED(EC_PRIVATEKEY, version, INT32),
/freebsd/sbin/hastd/
H A Dnv.c418 NV_DEFINE_ADD(int32, INT32) in NV_DEFINE_ADD()
443 NV_DEFINE_ADD_ARRAY(int32, INT32)
516 NV_DEFINE_GET(int32, INT32) in NV_DEFINE_GET()
547 NV_DEFINE_GET_ARRAY(int32, INT32)
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c553 INT32 i; in AcpiDsObjStackPopAndDelete()
565 for (i = (INT32) PopCount - 1; i >= 0; i--) in AcpiDsObjStackPopAndDelete()

12