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

/external/libffi/include/
H A Dffi_common.h87 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/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/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/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.java821 UINT64 (JavaType.LONG ), enum constant in enum:Descriptors.FieldDescriptor.Type
1022 case UINT64:
/external/openssh/
H A Dumac.c83 typedef u_int64_t UINT64; /* 8 bytes */ typedef
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 *)p
[all...]

Completed in 175 milliseconds