Home
last modified time | relevance | path

Searched refs:___constant_swab32 (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/include/
H A Dlinux.h402 #define ___constant_swab32(x) \ macro
749 #define __constant_htonl(x) ___constant_swab32((x))
750 #define __constant_ntohl(x) ___constant_swab32((x))
763 #define __constant_cpu_to_be32(x) ___constant_swab32((x))
764 #define __constant_be32_to_cpu(x) ___constant_swab32((x))
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dswab.h59 #define ___constant_swab32(x) \ macro