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