Searched refs:bswap64 (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Docb.c89 /* Compiler-specific intrinsics and fixes: bswap64, ntz */
97 #define bswap64(x) _byteswap_uint64(x) macro
105 #define bswap64(x) __builtin_bswap64(x) /* Assuming GCC 4.3+ */ macro
112 static inline uint64_t bswap64(uint64_t x) { function
294 r.l = bswap64(b.l);
295 r.r = bswap64(b.r);
781 ctx->KtopStr[0] = bswap64(ctx->KtopStr[0]);
782 ctx->KtopStr[1] = bswap64(ctx->KtopStr[1]);

Completed in 25 milliseconds