Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h129 #ifndef be64toh
130 #define be64toh(x) ((uint64_t)(x)) macro
206 #ifndef be64toh
207 #define be64toh(x) os_bswap_64(x)
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h78 #define be64toh(x) bswap64((x)) macro
92 #define be64toh(x) ((uint64_t)(x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h97 #define be64toh(x) bswap64((x)) macro
112 #define be64toh(x) ((uint64_t)(x)) macro