Searched defs:__be32_to_cpu (Results 1 – 2 of 2) sorted by relevance
| /bionic/libc/kernel/uapi/linux/byteorder/ | ||
| D | little_endian.h | 55 #define __be32_to_cpu(x) __swab32(( __u32) (__be32) (x)) macro |
| D | big_endian.h | 55 #define __be32_to_cpu(x) (( __u32) (__be32) (x)) macro |