Home
last modified time | relevance | path

Searched refs:__arch__swab64 (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dswab.h85 #ifndef __arch__swab64
86 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
96 # define __arch__swab64p(x) __arch__swab64(*(x))
167 return __arch__swab64(x); in __fswab64()
H A Dbyteorder.h50 #define __arch__swab64(x) ___arch__swab64(x) macro
/reactos/drivers/network/tcpip/include/
H A Dlinux.h431 #ifndef __arch__swab64
432 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
445 # define __arch__swab64p(x) __arch__swab64(*(x))
537 return __arch__swab64(x); in __fswab64()