Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h40 #define ___swab32(x) \ macro
100 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
147 ___swab32((x)) : \
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h309 #define __constant_cpu_to_le32(x) ___swab32((x))
310 #define __constant_le32_to_cpu(x) ___swab32((x))
329 #define __constant_cpu_to_be32(x) ___swab32((x))
330 #define __constant_be32_to_cpu(x) ___swab32((x))