Home
last modified time | relevance | path

Searched refs:bswap64 (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-private.h56 #define bswap_64(x) bswap64(x)
66 #define bswap_64(x) bswap64(x)
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dbswap.h31 static inline uint64_t bswap64(uint64_t x) in bswap64() function
48 *s = bswap64(*s); in bswap64s()
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlibvhd.h57 #define BE64_IN(foo) (*(foo)) = bswap64(*(foo))
60 #define BE64_OUT(foo) (*(foo)) = bswap64(*(foo))
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c223 #ifndef bswap64
230 #define bswap64(x) \ macro
237 #define GET_REVERSED_64(p) bswap64(*(uint64_t *)(p))

Completed in 10 milliseconds