HomeSort by relevance Sort by last modified time
    Searched defs:UINT64 (Results 1 - 25 of 34) sorted by null

1 2

  /external/tpm2/
BaseTypes.h 25 typedef uint64_t UINT64;
tpm_types.h 20 typedef uint64_t UINT64;
678 BYTE buffer[sizeof(UINT64)];
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 32 typedef unsigned long long int UINT64;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 32 typedef unsigned long long int UINT64;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
_crcfunext.c 47 typedef unsigned long long UINT64;
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/
_crcfunext.c 40 typedef unsigned long long UINT64;
490 UINT64 crc;
493 UINT64* table;
539 UINT64 crc;
542 UINT64* table;
602 (sizeof(UINT32) != 4) || (sizeof(UINT64) != 8))
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 41 #define UINT64(exp) static_cast<uint64_t>(exp)
  /external/aac/libSYS/include/
machine_type.h 139 /** \var UINT64
178 typedef unsigned __int64 UINT64;
181 typedef unsigned long long UINT64;
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/
forms.js 45 UINT64: 'UINT64',
  /external/libchrome/dbus/
message.h 76 UINT64 = DBUS_TYPE_UINT64,
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 111 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
Descriptors.java     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 37 __MINGW_EXTENSION typedef unsigned __int64 UINT64,*PUINT64;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py 558 UINT64: 64-bit unsigned integer.
572 UINT64 = 4
    [all...]
  /system/bt/stack/include/
bt_types.h 36 typedef uint64_t UINT64;
291 #define BE_STREAM_TO_UINT64(u64, p) {u64 = ((UINT64)(*((p) + 7)) + ((UINT64)(*((p) + 6)) << 8) + \
292 ((UINT64)(*((p) + 5)) << 16) + ((UINT64)(*((p) + 4)) << 24) + \
293 ((UINT64)(*((p) + 3)) << 32) + ((UINT64)(*((p) + 2)) << 40) + \
294 ((UINT64)(*((p) + 1)) << 48) + ((UINT64)(*(p)) << 56)); \
    [all...]
  /system/tpm/trunks/
tpm_generated.h 212 #define CONTEXT_COUNTER UINT64
364 typedef uint64_t UINT64;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 

Completed in 488 milliseconds

1 2