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