Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c42 _val = is_be ? be32toh(_val) : le32toh(_val); \
155 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
158 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c47 static uint32_t be32toh(uint32_t in) in be32toh() function
70 dest->crc32 = be32toh(dest->crc32); in spl_ab_data_verify_and_byteswap()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c50 static uint32_t be32toh(uint32_t in) in be32toh() function
114 dest->crc32 = be32toh(dest->crc32); in avb_ab_data_verify_and_byteswap()