Searched refs:__le32_to_cpus (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/byteorder/ | ||
D | big_endian.h | 70 #define __le32_to_cpus(x) __swab32s((x)) macro |
D | little_endian.h | 70 #define __le32_to_cpus(x) do { (void) (x); } while(0) macro |