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

/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;
1628 UINT64 sequence;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h32 typedef unsigned long long int UINT64; typedef
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h32 typedef unsigned long long int UINT64; typedef
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
H A D_crcfunext.c47 typedef unsigned long long UINT64; typedef
406 UINT64 crc;
409 UINT64* table;
447 UINT64 crc;
450 UINT64* table;
495 (sizeof(UINT32) != 4) || (sizeof(UINT64) != 8))
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/src/
H A D_crcfunext.c40 typedef unsigned long long UINT64; typedef
490 UINT64 crc;
493 UINT64* table;
539 UINT64 crc;
542 UINT64* table;
602 (sizeof(UINT32) != 4) || (sizeof(UINT64) != 8))
/external/aac/libSYS/include/
H A Dmachine_type.h139 /** \var UINT64
178 typedef unsigned __int64 UINT64; typedef
181 typedef unsigned long long UINT64; typedef
275 #define ALIGN_PTR(a) ( (unsigned char*)(a) + (((INT)ALIGNMENT_DEFAULT - ((INT)(UINT64)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)) )
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
H A Dforms.js45 UINT64: 'UINT64',
/external/libchrome/dbus/
H A Dmessage.h76 UINT64 = DBUS_TYPE_UINT64, enumerator in enum:dbus::Message::DataType
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java111 UINT64 (JavaType.LONG , WIRETYPE_VARINT ), enum constant in enum:WireFormat.FieldType
H A DDescriptors.java1023 UINT64 (JavaType.LONG ), enum constant in enum:Descriptors.FieldDescriptor.Type
1245 case UINT64:
/external/opencv3/modules/core/include/opencv2/
H A Dcore.hpp3009 UNSIGNED_INT=8, UINT64=9, UCHAR=11 }; enumerator in enum:cv::Param::__anon15284
3091 enum { type = Param::UINT64 };
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dmessages.py558 UINT64: 64-bit unsigned integer.
572 UINT64 = 4 variable in class:Variant
1414 Variant.UINT64,
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 682 milliseconds