Searched defs:le32_to_cpu (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dbyteorder.h8 # define le32_to_cpu(w32) ((u_int32_t)( (u_int32_t)(w32) >>24) | \ macro
16 # define le32_to_cpu(w32) ((u_int32_t)(w32)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Dmkprep.c28 unsigned long le32_to_cpu(unsigned long x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h90 #define le32_to_cpu __le32_to_cpu macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h90 #define le32_to_cpu __le32_to_cpu macro
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Ddosfsck.h21 #define le32_to_cpu __le32_to_cpu macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmegaraid.c651 #define le32_to_cpu(x) (x) macro
H A Dqla1280.h238 # define le32_to_cpu(x) (x) macro

Completed in 94 milliseconds