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

/freebsd-11.0-release/contrib/dtc/libfdt/
H A Dlibfdt_env.h61 #define __bitwise __attribute__((bitwise)) macro
64 #define __bitwise macro
67 typedef uint16_t __bitwise fdt16_t;
68 typedef uint32_t __bitwise fdt32_t;
69 typedef uint64_t __bitwise fdt64_t;
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h51 #define __bitwise macro
H A Dpci.h562 typedef unsigned int __bitwise pci_channel_state_t;
563 typedef unsigned int __bitwise pci_ers_result_t;
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h419 #define __bitwise __attribute__((bitwise)) macro
422 #define __bitwise macro
425 typedef u16 __bitwise be16;
426 typedef u16 __bitwise le16;
427 typedef u32 __bitwise be32;
428 typedef u32 __bitwise le32;
429 typedef u64 __bitwise be64;
430 typedef u64 __bitwise le64;
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_mad.h161 typedef u64 __bitwise ib_sa_comp_mask;

Completed in 87 milliseconds