Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h306 #ifndef bswap_32
307 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro