Searched refs:bswap_64 (Results 1 – 20 of 20) sorted by relevance
75 ? bswap_64 (*((const uint64_t *) (Addr))) \79 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \140 return bswap_64 (up->u8); in read_8ubyte_unaligned()148 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned()
39 # define target_bswap_64(n) bswap_64 (n)97 uint64_t _val = bswap_64 (_ptr->u) + (value); \98 _ptr->u = bswap_64 (_val); \
36 #define cpu_to_le64(x) bswap_64(x)37 #define le64_to_cpu(x) bswap_64(x)
155 ? bswap_64 (*((const uint64_t *) (Addr))) \159 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \239 return bswap_64 (up->u8); in read_8ubyte_unaligned_1()247 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned_1()
29 #define bswap_64 swap64 macro33 #define bswap_64 bswap64 macro175 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))176 #define host_to_be64(n) ((__force be64) bswap_64((n)))186 #define le_to_host64(n) bswap_64(n)187 #define host_to_le64(n) bswap_64(n)
145 : bswap_64 (Var))))154 : bswap_64 (Var))))
62 dest64[cnt] = bswap_64 (src64[cnt]); in elf_cvt_gnuhash()
69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries()275 tmp = bswap_64 (tmp); in elf_getarsym()
101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
43 # define BE64(n) bswap_64 (n)48 # define LE64(n) bswap_64 (n)
200 #define SWAP_LE64(x) bswap_64(x)205 #define SWAP_BE64(x) bswap_64(x)
76 static inline uint64_t bswap_64(uint64_t val) in bswap_64() function99 #define le64_to_cpu(x) bswap_64(x)102 #define cpu_to_le64(x) bswap_64(x)
76 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
69 #define __bswap_64 bswap_64
217 #define fio_swap64(x) bswap_64(x)
63 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) bswap_64(val)
393 # define be64_to_cpu(x) bswap_64((x))
106 #define swap64(x) bswap_64(x)
84 #define htol64(ll) bswap_64(ll)
104 #define swap64(x) bswap_64(x)