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

  /external/libffi/include/
ffi_common.h 87 typedef unsigned int UINT64 __attribute__((__mode__(__DI__)));
  /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 821 UINT64 (JavaType.LONG ),
    [all...]
  /external/openssh/
umac.c 83 typedef u_int64_t UINT64; /* 8 bytes */
120 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
268 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
270 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
273 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0]
    [all...]

Completed in 208 milliseconds