Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/include/machine/
Dendian.h68 #define be64toh(_x) __bswap64(_x) macro
81 #define be64toh(_x) ((__uint64_t)(_x)) macro
/picolibc-latest/newlib/libc/include/sys/
Dendian.h77 #define be64toh(x) bswap64((x)) macro
91 #define be64toh(x) ((uint64_t)(x)) macro