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