Searched defs:UINT64 (Results 1 - 25 of 29) sorted by relevance

12

/external/tpm2/
H A DBaseTypes.h25 typedef uint64_t UINT64; typedef
H A Dtpm_types.h20 typedef uint64_t UINT64; typedef
678 BYTE buffer[sizeof(UINT64)];
865 UINT64 clock;
873 UINT64 time;
880 UINT64 firmwareVersion;
897 UINT64 auditCounter;
942 UINT64 firmwareVersion;
1631 UINT64 sequence;
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dffi_common.h84 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
95 typedef unsigned __int64 UINT64; typedef
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dffi_common.h65 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
H A Dffi_common.h94 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dffi_common.h65 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
H A Dffi_common.h94 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
H A Ddata_types.h30 typedef unsigned long long int UINT64; typedef
/external/libffi/include/
H A Dffi_common.h102 typedef unsigned __int64 UINT64; typedef
106 typedef uint64_t UINT64; typedef
116 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi/include/
H A Dffi_common.h102 typedef unsigned __int64 UINT64; typedef
106 typedef uint64_t UINT64; typedef
116 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi/include/
H A Dffi_common.h102 typedef unsigned __int64 UINT64; typedef
106 typedef uint64_t UINT64; typedef
116 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
H A DProcessorBind.h103 typedef unsigned __int64 UINT64; typedef
120 typedef unsigned long long UINT64; typedef
148 typedef uint64_t UINT64; typedef
/external/syslinux/gpxe/src/include/gpxe/efi/X64/
H A DProcessorBind.h106 typedef unsigned __int64 UINT64; typedef
123 typedef unsigned long long UINT64; typedef
138 typedef unsigned long UINT64; typedef
167 typedef uint64_t UINT64; typedef
173 typedef UINT64 UINTN;
/external/aac/libSYS/include/
H A Dmachine_type.h160 /** \var UINT64
198 typedef unsigned __int64 UINT64; typedef
201 typedef unsigned long long UINT64; typedef
/external/libchrome/dbus/
H A Dmessage.h77 UINT64 = DBUS_TYPE_UINT64, enumerator in enum:dbus::Message::DataType
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java113 UINT64 (JavaType.LONG , WIRETYPE_VARINT ), enum constant in enum:WireFormat.FieldType
227 case UINT64 : return input.readUInt64 ();
H A DDescriptors.java1148 UINT64 (JavaType.LONG ), enum constant in enum:Descriptors.FieldDescriptor.Type
1407 case UINT64:
/external/syslinux/efi32/include/efi/ia32/
H A Defibind.h90 typedef uint64_t UINT64; typedef
154 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
H A Defibind.h90 typedef uint64_t UINT64; typedef
154 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Defibind.h77 typedef uint64_t UINT64; typedef
139 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/external/syslinux/efi64/include/efi/x86_64/
H A Defibind.h99 typedef uint64_t UINT64; typedef
163 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
315 UINT64 efi_call0(void *func);
316 UINT64 efi_call1(void *func, UINT64 arg1);
317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
H A Defibind.h99 typedef uint64_t UINT64; typedef
163 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
315 UINT64 efi_call0(void *func);
316 UINT64 efi_call1(void *func, UINT64 arg1);
317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg
[all...]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py174 UINT64 = Kind('u64') variable
201 UINT64,
706 kind.spec == UINT64.spec)
/external/python/cpython3/Modules/_sha3/
H A Dsha3module.c31 * - typedef for UINT64 is commented out.
53 typedef PY_UINT64_T UINT64; typedef
/external/syslinux/gpxe/src/drivers/net/
H A Dwlan_compat.h240 typedef unsigned long long UINT64; typedef

Completed in 502 milliseconds

12