Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h435 #undef __bitwise
436 #define __bitwise __attribute__((bitwise)) macro
439 #undef __bitwise
440 #define __bitwise macro
443 typedef u16 __bitwise be16;
444 typedef u16 __bitwise le16;
445 typedef u32 __bitwise be32;
446 typedef u32 __bitwise le32;
447 typedef u64 __bitwise be64;
448 typedef u64 __bitwise le64;
/dragonfly/sys/dev/drm/include/linux/
H A Dcompiler.h50 #define __bitwise macro