Searched refs:bswap_64 (Results 1 – 6 of 6) sorted by relevance
40 if (bswap_64 (0x1234567890abcdefULL) != 0xefcdab9078563412ULL) in main()57 if (bswap_64 (wash (0x1234567890abcdefULL)) != 0xefcdab9078563412ULL) in main()
129 value = bswap_64 (value); in _td_fetch_value()177 value = bswap_64 (value); in _td_store_value()229 value = bswap_64 (value); in _td_fetch_value_local()276 value = bswap_64 (value); in _td_store_value_local()
36 # define bswap_64(x) __bswap_64 (x) macro
25 static __inline__ uint64_t bswap_64(uint64_t x) in bswap_64() function
171 return (bswap_64(value)); in byteswap64_to_host()
36 # define SWAP(n) bswap_64 (n)
Completed in 8 milliseconds