Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dswab.h115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro
117 #define __swab32(x) \ macro
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h84 # define __swab32(x) \ macro
94 # define __swab32(x) __fswab32(x) macro