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

  /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/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/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 111 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
Descriptors.java     [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/openssh/
umac.c 99 typedef u_int64_t UINT64; /* 8 bytes */
136 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
273 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
275 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
278 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0]
    [all...]
  /system/bt/stack/include/
bt_types.h 36 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/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 395 milliseconds