Searched refs:__cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/byteorder/ | ||
D | little_endian.h | 52 #define __cpu_to_be64(x) (( __be64) __swab64((x))) macro |
D | big_endian.h | 52 #define __cpu_to_be64(x) (( __be64) (__u64) (x)) macro |