Searched refs:INT64 (Results 1 – 20 of 20) sorted by relevance
| /freebsd/sys/contrib/edk2/Include/ |
| H A D | Base.h | 336 #define MAX_INT64 ((INT64)0x7FFFFFFFFFFFFFFFULL) 345 #define MIN_INT64 (((INT64) -9223372036854775807LL) - 1) 823 STATIC_ASSERT (sizeof (INT64) == 8, "sizeof (INT64) does not meet UEFI Specification Data Type re… 845 STATIC_ASSERT (ALIGNOF (INT64) == sizeof (INT64), "Alignment of INT64 does not meet UEFI Specific…
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | PrintLib.h | 545 IN INT64 Value, 884 IN INT64 Value,
|
| H A D | BaseLib.h | 3708 INT64 3711 IN INT64 Multiplicand, 3712 IN INT64 Multiplier 3838 INT64 3841 IN INT64 Dividend, 3842 IN INT64 Divisor, 3843 OUT INT64 *Remainder OPTIONAL
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | x_int64.c | 257 ASN1_ITEM_start(INT64) ASN1_ITYPE_PRIMITIVE, 259 INTxx_FLAG_SIGNED, "INT64" ASN1_ITEM_end(INT64)
|
| H A D | asn1_item_list.h | 179 ASN1_ITEM_ref(INT64),
|
| /freebsd/sys/sys/ |
| H A D | efi-edk2.h | 24 typedef int64_t INT64; typedef
|
| /freebsd/sys/compat/linuxkpi/common/include/acpi/ |
| H A D | acpi.h | 56 typedef int64_t INT64; typedef
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | limits_test.c | 52 CHECK_STYPE(int64_t, INT64);
|
| /freebsd/sbin/hastd/ |
| H A D | nv.c | 416 NV_DEFINE_ADD(int64, INT64) in NV_DEFINE_ADD() 441 NV_DEFINE_ADD_ARRAY(int64, INT64) 514 NV_DEFINE_GET(int64, INT64) in NV_DEFINE_GET() 545 NV_DEFINE_GET_ARRAY(int64, INT64)
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actypes.h | 240 typedef COMPILER_DEPENDENT_INT64 INT64; typedef 271 typedef INT64 ACPI_NATIVE_INT; 589 #define ACPI_TIME_AFTER(a, b) ((INT64)((b) - (a)) < 0)
|
| H A D | actbl2.h | 465 INT64 ErrorRecordImplemented[14];
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | e_os2.h | 230 typedef INT64 int64_t;
|
| H A D | asn1t.h | 870 DECLARE_ASN1_ITEM(INT64)
|
| H A D | asn1t.h.in | 871 DECLARE_ASN1_ITEM(INT64)
|
| /freebsd/crypto/openssl/test/ |
| H A D | asn1_decode_test.c | 117 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
|
| H A D | asn1_encode_test.c | 387 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | asn1.c | 205 ASN1_ITEM_ref(INT64),
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | common.h | 93 typedef INT64 s64;
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value_fmts.c | 210 BHND_NVRAM_VAL_FMT_NATIVE(int64, INT64);
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 5103 * Add the ASN.1 types INT32, UINT32, INT64, UINT64 and variants prefixed
|