Searched defs:__cpu_to_be32p (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dpdp_endian.h69 #define __cpu_to_be32p(x) __swahb32p((x)) macro
H A Dbig_endian.h59 #define __cpu_to_be32p(x) (*(__u32*)(x)) macro
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dpdp_endian.h69 #define __cpu_to_be32p(x) __swahb32p((x)) macro
H A Dbig_endian.h59 #define __cpu_to_be32p(x) (*(__u32*)(x)) macro
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x)) macro

Completed in 85 milliseconds