Home
last modified time | relevance | path

Searched refs:__be32_to_cpu (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dgeneric.h96 #define be32_to_cpu __be32_to_cpu
158 #define ___ntohl(x) __be32_to_cpu(x)
Dpdp_endian.h58 #define __be32_to_cpu(x) __swahb32((x)) macro
Dbig_endian.h44 #define __be32_to_cpu(x) ((__u32)(x)) macro
Dlittle_endian.h44 #define __be32_to_cpu(x) __swab32((x)) macro
/linux-2.4.37.9/lib/
Dcrc32.c235 return __be32_to_cpu(crc); in u32()