Searched refs:INT64 (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PrintLib.h | 538 IN INT64 Value, 601 IN INT64 Value, 934 IN INT64 Value, 995 IN INT64 Value,
|
H A D | BaseLib.h | 3672 INT64 3675 IN INT64 Multiplicand, 3676 IN INT64 Multiplier 3807 INT64 3810 IN INT64 Dividend, 3811 IN INT64 Divisor, 3812 OUT INT64 *Remainder OPTIONAL
|
/freebsd/stand/efi/include/ |
H A D | efi.h | 51 typedef int64_t INT64; typedef
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_int64.c | 263 ASN1_ITEM_start(INT64) 266 ASN1_ITEM_end(INT64)
|
H A D | asn1_item_list.h | 177 ASN1_ITEM_ref(INT64),
|
/freebsd/lib/libefivar/ |
H A D | efi-osdep.h | 45 typedef int64_t INT64; typedef
|
/freebsd/sys/contrib/edk2/Include/ |
H A D | Base.h | 337 #define MAX_INT64 ((INT64)0x7FFFFFFFFFFFFFFFULL) 346 #define MIN_INT64 (((INT64) -9223372036854775807LL) - 1) 820 STATIC_ASSERT (sizeof (INT64) == 8, "sizeof (INT64) does not meet UEFI Specification Data Type re…
|
/freebsd/sys/compat/linuxkpi/common/include/acpi/ |
H A D | acpi.h | 45 typedef int64_t INT64; typedef
|
/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 | 459 INT64 ErrorRecordImplemented[14];
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | e_os2.h | 229 typedef INT64 int64_t;
|
H A D | asn1t.h | 882 DECLARE_ASN1_ITEM(INT64)
|
H A D | asn1t.h.in | 883 DECLARE_ASN1_ITEM(INT64)
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_decode_test.c | 119 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
|
H A D | asn1_encode_test.c | 380 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 203 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 | 3454 * Add the ASN.1 types INT32, UINT32, INT64, UINT64 and variants prefixed
|