Searched defs:uint64_t (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dgrant_store.h36 const uint64_t grant_no);
42 uint64_t grant_no_; ///< numeric grant identifier - randomly assigned
44 operator const uint64_t&() const { return grant_no_; }
/system/bt/embdrv/g722/
H A Dg722_typedefs.h74 typedef unsigned __int64 uint64_t; typedef
/system/keymaster/key_blob_utils/
H A Docb.c83 typedef unsigned __int64 uint64_t; typedef
112 static inline uint64_t bswap64(uint64_t x) {
114 uint64_t u64;
166 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) {
194 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
196 uint64_t u64[2];
205 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
251 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
276 typedef struct { uint64_t
[all...]

Completed in 124 milliseconds