Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dcommon.h480 #undef __bitwise
481 #define __bitwise __attribute__((bitwise)) macro
484 #undef __bitwise
485 #define __bitwise macro
488 typedef u16 __bitwise be16;
489 typedef u16 __bitwise le16;
490 typedef u32 __bitwise be32;
491 typedef u32 __bitwise le32;
492 typedef u64 __bitwise be64;
493 typedef u64 __bitwise le64;