Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c14 # define be32toh(x) bswap_32(x) macro
19 # define be32toh(x) (x) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dendian.h46 # define be32toh(x) __bswap_32 (x) macro
62 # define be32toh(x) __uint32_identity (x) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dendian.h46 # define be32toh(x) __bswap_32 (x) macro
62 # define be32toh(x) __uint32_identity (x) macro
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c44 static uint32_t be32toh(uint32_t in) in be32toh() function
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c50 static uint32_t be32toh(uint32_t in) in be32toh() function