Home | History | Annotate | Download | only in key_blob_utils

Lines Matching defs:uint64_t

83 typedef unsigned __int64 uint64_t;
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 l, r; } block;
302 block gen_offset(uint64_t KtopStr[3], unsigned bot) {
329 uint64_t t = (uint64_t)((int64_t)b.l >> 63);
628 uint64_t KtopStr[3]; /* Register correct, each item */