Lines Matching refs:u64
15 typedef unsigned __int64 u64;
19 typedef unsigned long u64;
23 typedef unsigned long long u64;
44 # define BSWAP8(x) ({ u64 ret_=(x); \
51 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \
54 (u64)hi_<<32|lo_; })
61 # define BSWAP8(x) ({ u64 ret_; \
69 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \
72 (u64)hi_<<32|lo_; })
82 # define BSWAP8(x) _byteswap_uint64((u64)(x))
100 u64 hi, lo;
115 u64 u[2];
128 void (*gmult) (u64 Xi[2], const u128 Htable[16]);
129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
153 u64 u[2];
156 u64 blocks;
164 u64 a[2];
192 u64 blocks_hashed;
193 u64 blocks_processed;