Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dbyteswap.h27 #ifndef __bswap_32
29 # define __bswap_32(x) \ macro
36 __bswap_32 (unsigned int __bsx) in __bswap_32() function
66 __r.__l[0] = __bswap_32 (__w.__l[1]); \
67 __r.__l[1] = __bswap_32 (__w.__l[0]); \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h28 #ifndef __bswap_32
29 #define __bswap_32(x) ((uint32_t) ((((x) >> 24) & 0xff) | \ macro
226 #define sys_be32_to_cpu(val) __bswap_32(val)
229 #define sys_cpu_to_be32(val) __bswap_32(val)
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h102 #define le_to_host32(n) __bswap_32(n)