Home
last modified time | relevance | path

Searched defs:cpu_to_be16 (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcompiler.h100 # define cpu_to_be16(x) uswap_16(x) macro
113 # define cpu_to_be16(x) (x) macro
/third_party/uboot/u-boot-2020.01/include/linux/byteorder/
Dgeneric.h96 #define cpu_to_be16 __cpu_to_be16 macro
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h25 #define cpu_to_be16(n) htons(n) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h253 #define cpu_to_be16(x) (u16)__cpu_to_be16((u16)(x)) macro