Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h121 #ifndef htobe64
122 #define htobe64(x) ((uint64_t)(x)) macro
198 #ifndef htobe64
199 #define htobe64(x) os_bswap_64(x)
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h71 #define htobe64(x) bswap64((x)) macro
85 #define htobe64(x) ((uint64_t)(x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h90 #define htobe64(x) bswap64((x)) macro
105 #define htobe64(x) ((uint64_t)(x)) macro