Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h348 #define __bitwise __attribute__((bitwise)) macro
351 #define __bitwise macro
354 typedef u16 __bitwise be16;
355 typedef u16 __bitwise le16;
356 typedef u32 __bitwise be32;
357 typedef u32 __bitwise le32;
358 typedef u64 __bitwise be64;
359 typedef u64 __bitwise le64;