Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dbyteswap.h44 #ifndef __bswap_64
57 # define __bswap_64(x) \ macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h44 #ifndef __bswap_64
45 #define __bswap_64(x) ((uint64_t) ((((x) >> 56) & 0xff) | \ macro
238 #define sys_be64_to_cpu(val) __bswap_64(val)
241 #define sys_cpu_to_be64(val) __bswap_64(val)
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h105 #define le_to_host64(n) __bswap_64(n)
106 #define host_to_le64(n) __bswap_64(n)