| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 414 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; 441 } __attribute__ ((packed)) ng_hci_event_pkt_t; 446 } __attribute__ ((packed)) bdaddr_t; 455 } __attribute__ ((packed)) ng_hci_status_rp; 701 } __attribute__ ((packed)) ng_hci_inquiry_cp; 738 } __attribute__ ((packed)) ng_hci_discon_cp; 815 } __attribute__ ((packed)) ng_hci_auth_req_cp; 995 } __attribute__ ((packed)) ng_hci_flush_cp; 1000 } __attribute__ ((packed)) ng_hci_flush_rp; 1709 }__attribute__ ((packed)) ng_hci_le_rand_rp; [all …]
|
| H A D | ng_l2cap.h | 163 } __attribute__ ((packed)) ng_l2cap_flow_t; 176 } __attribute__ ((packed)) ng_l2cap_hdr_t; 181 } __attribute__ ((packed)) ng_l2cap_clt_hdr_t; 191 } __attribute__ ((packed)) ng_l2cap_cmd_hdr_t; 198 } __attribute__ ((packed)) ng_l2cap_cmd_rej_cp; 205 } __attribute__ ((packed)) mtu; 210 } __attribute__ ((packed)) cid; 219 } __attribute__ ((packed)) ng_l2cap_con_req_cp; 228 } __attribute__ ((packed)) ng_l2cap_con_rsp_cp; 252 } __attribute__ ((packed)) ng_l2cap_cfg_opt_t; [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_vect.h | 27 typedef uint8_t rte_v64u8_t __attribute__((vector_size(8), aligned(8))); 34 typedef uint16_t rte_v64u16_t __attribute__((vector_size(8), aligned(8))); 41 typedef uint32_t rte_v64u32_t __attribute__((vector_size(8), aligned(8))); 49 typedef uint8_t rte_v128u8_t __attribute__((vector_size(16), aligned(16))); 56 typedef uint16_t rte_v128u16_t __attribute__((vector_size(16), aligned(16))); 63 typedef uint32_t rte_v128u32_t __attribute__((vector_size(16), aligned(16))); 80 typedef uint8_t rte_v256u8_t __attribute__((vector_size(32), aligned(32))); 112 typedef int8_t rte_v64s8_t __attribute__((vector_size(8), aligned(8))); 119 typedef int16_t rte_v64s16_t __attribute__((vector_size(8), aligned(8))); 126 typedef int32_t rte_v64s32_t __attribute__((vector_size(8), aligned(8))); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_aarch64_neon.c | 137 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 138 unsigned char ACC0 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 139 unsigned char ACC1 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 140 unsigned char ACC2 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 141 unsigned char ACC3 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 142 unsigned char TMP1 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 143 unsigned char TMP2 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 144 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 176 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() 177 unsigned char ACC0 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 622 unsigned char w3 __attribute__((vector_size(16))); 625 unsigned char w5 __attribute__((vector_size(16))); 628 unsigned char w7 __attribute__((vector_size(16))); 631 unsigned char w9 __attribute__((vector_size(16))); 634 unsigned char w11 __attribute__((vector_size(16))); 639 unsigned char w15 __attribute__((vector_size(16))); 641 unsigned char w16 __attribute__((vector_size(16))); 643 unsigned char w17 __attribute__((vector_size(16))); 648 unsigned char w21 __attribute__((vector_size(16))); 651 unsigned char w23 __attribute__((vector_size(16))); [all …]
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 616 unsigned char w3 __attribute__((vector_size(16))); 619 unsigned char w5 __attribute__((vector_size(16))); 622 unsigned char w7 __attribute__((vector_size(16))); 625 unsigned char w9 __attribute__((vector_size(16))); 628 unsigned char w11 __attribute__((vector_size(16))); 633 unsigned char w15 __attribute__((vector_size(16))); 635 unsigned char w16 __attribute__((vector_size(16))); 637 unsigned char w17 __attribute__((vector_size(16))); 642 unsigned char w21 __attribute__((vector_size(16))); 645 unsigned char w23 __attribute__((vector_size(16))); [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | cdefs.h | 206 #define __weak_symbol __attribute__((__weak__)) 213 #define __dead2 __attribute__((__noreturn__)) 214 #define __pure2 __attribute__((__const__)) 219 #define __dead2 __attribute__((__noreturn__)) 220 #define __pure2 __attribute__((__const__)) 221 #define __unused __attribute__((__unused__)) 222 #define __used __attribute__((__used__)) 223 #define __packed __attribute__((__packed__)) 349 #define __pure __attribute__((__pure__)) 368 #define __fastcall __attribute__((__fastcall__)) [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | export.h | 10 # ifdef __attribute__ 11 # undef __attribute__ 13 # define __attribute__(a) macro 29 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 31 # define SODIUM_EXPORT __attribute__ __global 36 # define SODIUM_EXPORT __attribute__ ((visibility ("default"))) 40 # define SODIUM_EXPORT_WEAK SODIUM_EXPORT __attribute__((weak)) 50 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
|
| H A D | crypto_box.h | 62 __attribute__ ((warn_unused_result)); 68 __attribute__ ((warn_unused_result)); 75 __attribute__ ((warn_unused_result)); 84 __attribute__ ((warn_unused_result)); 95 __attribute__ ((warn_unused_result)); 106 __attribute__ ((warn_unused_result)); 118 __attribute__ ((warn_unused_result)); 134 __attribute__ ((warn_unused_result)); 150 __attribute__ ((warn_unused_result)); 156 __attribute__ ((warn_unused_result)); [all …]
|
| H A D | crypto_stream_salsa208.h | 25 __attribute__ ((deprecated)); 30 __attribute__ ((deprecated)); 35 __attribute__ ((deprecated)); 40 __attribute__ ((deprecated)); 46 __attribute__ ((deprecated)); 50 __attribute__ ((deprecated));
|
| H A D | crypto_box_curve25519xchacha20poly1305.h | 61 __attribute__ ((warn_unused_result)); 70 __attribute__ ((warn_unused_result)); 80 __attribute__ ((warn_unused_result)); 90 __attribute__ ((warn_unused_result)); 98 __attribute__ ((warn_unused_result)); 113 __attribute__ ((warn_unused_result)); 130 __attribute__ ((warn_unused_result)); 153 __attribute__ ((warn_unused_result));
|
| H A D | crypto_core_salsa208.h | 14 __attribute__ ((deprecated)); 19 __attribute__ ((deprecated)); 24 __attribute__ ((deprecated)); 29 __attribute__ ((deprecated));
|
| H A D | crypto_pwhash.h | 108 __attribute__ ((warn_unused_result)); 119 __attribute__ ((warn_unused_result)); 125 __attribute__ ((warn_unused_result)); 131 __attribute__ ((warn_unused_result)); 136 __attribute__ ((warn_unused_result)); 141 __attribute__ ((warn_unused_result));
|
| H A D | crypto_pwhash_scryptsalsa208sha256.h | 87 __attribute__ ((warn_unused_result)); 95 __attribute__ ((warn_unused_result)); 101 __attribute__ ((warn_unused_result)); 108 __attribute__ ((warn_unused_result)); 114 __attribute__ ((warn_unused_result));
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | tps65217x.h | 46 } __attribute__((__packed__)); 58 } __attribute__((__packed__)); 68 } __attribute__((__packed__)); 80 } __attribute__((__packed__)); 91 } __attribute__((__packed__)); 103 } __attribute__((__packed__)); 112 } __attribute__((__packed__));
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_cc.h | 39 #define CK_CC_UNUSED __attribute__((unused)) 40 #define CK_CC_USED __attribute__((used)) 57 #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline 63 #define CK_CC_PACKED __attribute__((packed)) 68 #define CK_CC_WEAKREF __attribute__((weakref)) 73 #define CK_CC_ALIGN(B) __attribute__((aligned(B))) 98 #define CK_CC_ALIASED __attribute__((__may_alias__))
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 69 #define __rte_aligned(a) __attribute__((__aligned__(a))) 84 #define __rte_packed __attribute__((__packed__)) 87 #define __rte_deprecated __attribute__((__deprecated__)) 104 #define __rte_weak __attribute__((__weak__)) 109 #define __rte_used __attribute__((used)) 116 #define __rte_unused __attribute__((__unused__)) 155 __attribute__((alloc_size(__VA_ARGS__))) 221 #define __rte_noreturn __attribute__((noreturn)) 231 #define __rte_noinline __attribute__((noinline)) 236 #define __rte_hot __attribute__((hot)) [all …]
|
| H A D | rte_compat.h | 12 __attribute__((deprecated("Symbol is not yet part of stable ABI"), \ 18 __attribute__((section(".text.experimental"))) 25 __attribute__((error("Symbol is not public ABI"), \ 31 __attribute__((section(".text.internal")))
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_types.h | 78 #define __packed __attribute__ ((packed)) 81 #define __packed_a4 __attribute__ ((packed, aligned(4))) 82 #define __packed_a8 __attribute__ ((packed, aligned(8))) 83 #define __packed_a16 __attribute__ ((packed, aligned(16))) 97 #define __cache_aligned __attribute__ ((__aligned__(64)))
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 63 #define __rte_aligned(a) __attribute__((__aligned__(a))) 78 #define __rte_packed __attribute__((__packed__)) 81 #define __rte_deprecated __attribute__((__deprecated__)) 86 #define __rte_weak __attribute__((__weak__)) 91 #define __rte_used __attribute__((used)) 98 #define __rte_unused __attribute__((__unused__)) 118 __attribute__((format(printf, format_index, first_arg))) 182 #define __rte_noreturn __attribute__((noreturn)) 192 #define __rte_noinline __attribute__((noinline)) 197 #define __rte_hot __attribute__((hot)) [all …]
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_encoder.h | 96 xo_handle_t *xop __attribute__ ((__unused__)), \ 97 xo_encoder_op_t op __attribute__ ((__unused__)), \ 98 const char *name __attribute__ ((__unused__)), \ 99 const char *value __attribute__ ((__unused__)), \ 100 void *private __attribute__ ((__unused__)), \ 101 xo_xff_flags_t flags __attribute__ ((__unused__)) 113 xo_encoder_init_args_t *arg __attribute__ ((__unused__))
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-lseek-execute.m4 | 9 struct file *fp __attribute__ ((unused)) = NULL; 10 struct inode *ip __attribute__ ((unused)) = NULL; 11 loff_t offset __attribute__ ((unused)) = 0; 12 loff_t maxsize __attribute__ ((unused)) = 0;
|
| H A D | kernel-security-inode-init.m4 | 12 struct inode *ip __attribute__ ((unused)) = NULL; 13 struct inode *dip __attribute__ ((unused)) = NULL; 14 const struct qstr *str __attribute__ ((unused)) = NULL; 15 initxattrs func __attribute__ ((unused)) = NULL;
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.h | 64 } __attribute__((__packed__)); 77 } __attribute__((__packed__)); 87 } __attribute__((__packed__)); 109 } __attribute__((__packed__)); 133 } __attribute__((__packed__)); 146 } __attribute__((__packed__));
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | netflow.h | 62 } __attribute__((__packed__)); 75 } __attribute__((__packed__)); 85 } __attribute__((__packed__)); 107 } __attribute__((__packed__)); 131 } __attribute__((__packed__)); 144 } __attribute__((__packed__));
|