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