Searched refs:__cpu_to_be64p (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h105 #define cpu_to_be64p __cpu_to_be64p
H A Dpdp_endian.h67 #define __cpu_to_be64p(x) I DON'T KNOW macro
H A Dbig_endian.h57 #define __cpu_to_be64p(x) (*(__u64*)(x)) macro
H A Dlittle_endian.h57 #define __cpu_to_be64p(x) __swab64p((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h105 #define cpu_to_be64p __cpu_to_be64p
H A Dpdp_endian.h67 #define __cpu_to_be64p(x) I DON'T KNOW macro
H A Dbig_endian.h57 #define __cpu_to_be64p(x) (*(__u64*)(x)) macro
H A Dlittle_endian.h57 #define __cpu_to_be64p(x) __swab64p((x)) macro

Completed in 109 milliseconds