Searched refs:htobe64 (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.h47 #define htobe64(x) __bswap64(x) macro
66 #define htobe64(x) (uint64_t)(x) macro

Completed in 77 milliseconds