Searched refs:__le32_to_cpus (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/byteorder/
H A Dbig_endian.h94 #define __le32_to_cpus(x) __swab32s((x)) macro
H A Dlittle_endian.h94 #define __le32_to_cpus(x) do { (void)(x); } while (0) macro
/linux-4.1.27/crypto/
H A Dmd5.c31 __le32_to_cpus(buf); le32_to_cpu_array()
H A Dmd4.c71 __le32_to_cpus(buf); le32_to_cpu_array()
/linux-4.1.27/include/linux/byteorder/
H A Dgeneric.h112 #define le32_to_cpus __le32_to_cpus

Completed in 274 milliseconds