Searched refs:bb_bswap_64 (Results 1 – 7 of 7) sorted by relevance
12 uint64_t FAST_FUNC bb_bswap_64(uint64_t x) in bb_bswap_64() function
16 lib-y += bb_bswap_64.o
57 t = bb_bswap_64(t); in common64_end()
199 # define bb_bswap_64(x) bswap_64(x) macro209 # define SWAP_LE64(x) bb_bswap_64(x)215 # define SWAP_BE64(x) bb_bswap_64(x)
397 uint64_t bb_bswap_64(uint64_t x) FAST_FUNC;
153 *p = bb_bswap_64(*p); in readprofile_main()
111 # define le64_to_cpu(x) (uint64_t)(bb_bswap_64(x))