Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/byteorder/
H A Dlittle_endian.h17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro
H A Dbig_endian.h17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
/openbmc/linux/include/uapi/linux/byteorder/
H A Dbig_endian.h17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
H A Dlittle_endian.h17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro