Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dswab.h31 #define ___swab32(x) \ macro
83 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
120 ___swab32((x)) : \
/reactos/drivers/network/tcpip/include/
H A Dlinux.h369 #define ___swab32(x) \ macro
429 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
476 ___swab32((x)) : \