Searched defs:le16_to_cpu (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dbyteorder.h5 # define le16_to_cpu(w16) ((u_int16_t)((u_int16_t)(w16) >> 8) | \ macro
14 # define le16_to_cpu(w16) ((u_int16_t)(w16)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Dmkprep.c38 unsigned short le16_to_cpu(unsigned short x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h92 #define le16_to_cpu __le16_to_cpu macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h92 #define le16_to_cpu __le16_to_cpu macro
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Ddosfsck.h20 #define le16_to_cpu __le16_to_cpu macro

Completed in 70 milliseconds