Home
last modified time | relevance | path

Searched defs:__swab64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dswab.h128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
130 #define __swab64(x) \ macro
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h88 # define __swab64(x) \ macro
95 # define __swab64(x) __fswab64(x) macro