Searched refs:htobe32 (Results 1 – 4 of 4) sorted by relevance
32 static uint32_t htobe32(uint32_t in) in htobe32() function95 dest->crc32 = htobe32(crc32(0, (const uint8_t *)dest, in spl_ab_data_update_crc_and_byteswap()
35 static uint32_t htobe32(uint32_t in) in htobe32() function138 dest->crc32 = htobe32(crc32(0, (const uint8_t*)dest, sizeof(AvbABData) - sizeof(uint32_t))); in avb_ab_data_update_crc_and_byteswap()
69 _val = is_be ? htobe32(val) : htole32(val); \
74 #define cpu_to_be32 htobe32