Home
last modified time | relevance | path

Searched defs:__le32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dpdp_endian.h52 #define __le32_to_cpu(x) ___swahw32((x)) macro
Dbig_endian.h36 #define __le32_to_cpu(x) __swab32((x)) macro
Dlittle_endian.h36 #define __le32_to_cpu(x) ((__u32)(x)) macro