Searched refs:SWAP_LE64 (Results 1 – 3 of 3) sorted by relevance
165 #define SWAP_LE64(x) bswap_64(x) macro173 #define SWAP_LE64(x) (x) macro
323 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_builtin_hash()
290 #define SWAP_LE64(s, d) swap_le64(s, d) macro