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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt_env.h62 #define __bitwise __attribute__((bitwise)) macro
65 #define __bitwise macro
68 typedef uint16_t __bitwise fdt16_t;
69 typedef uint32_t __bitwise fdt32_t;
70 typedef uint64_t __bitwise fdt64_t;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h435 #undef __bitwise macro
436 #define __bitwise __attribute__((bitwise)) macro
439 #undef __bitwise macro
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 le6
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h51 #define __bitwise macro
H A Dpci.h731 typedef unsigned int __bitwise pci_channel_state_t;
732 typedef unsigned int __bitwise pci_ers_result_t;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h188 typedef u64 __bitwise ib_sa_comp_mask;

Completed in 69 milliseconds