Home
last modified time | relevance | path

Searched defs:cpu_to_be32 (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcompiler.h101 # define cpu_to_be32(x) uswap_32(x) macro
114 # define cpu_to_be32(x) (x) macro
/third_party/uboot/u-boot-2020.01/include/linux/byteorder/
Dgeneric.h94 #define cpu_to_be32 __cpu_to_be32 macro
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h23 #define cpu_to_be32(n) htonl(n) macro
/third_party/uboot/u-boot-2020.01/lib/
Dbch.c77 #define cpu_to_be32 OSSwapHostToBigInt32 macro
79 #define cpu_to_be32 htobe32 macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h254 #define cpu_to_be32(x) (u32)__cpu_to_be32((u32)(x)) macro