Searched refs:SWAP_LE64 (Results 1 – 3 of 3) sorted by relevance
200 #define SWAP_LE64(x) bswap_64(x) macro208 #define SWAP_LE64(x) (x) macro
226 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_hash()
290 #define SWAP_LE64(s, d) swap_le64(s, d) macro