Searched refs:__be16_to_cpu (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/byteorder/ | ||
D | big_endian.h | 45 #define __be16_to_cpu(x) (( __u16) (__be16) (x)) macro |
D | little_endian.h | 45 #define __be16_to_cpu(x) __swab16(( __u16) (__be16) (x)) macro |