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