Searched refs:htobe32 (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/musllibc/arch/mips64/
H A Dreloc.h41 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
/seL4-camkes-master/projects/musllibc/include/
H A Dendian.h44 #define htobe32(x) __bswap32(x) macro
63 #define htobe32(x) (uint32_t)(x) macro

Completed in 28 milliseconds