| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | atomic_c11.h | 19 typedef _Atomic(type) atomic_##short_type##_t; \ 22 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 29 atomic_##short_type##_t* a_nonconst = \ 30 (atomic_##short_type##_t*)a; \ 35 atomic_store_##short_type(atomic_##short_type##_t *a, \ 41 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 71 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, \ 77 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, \ 82 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, \ 87 atomic_fetch_or_##short_type(atomic_##short_type##_t *a, \ [all …]
|
| H A D | atomic_gcc_atomic.h | 43 } atomic_##short_type##_t; \ 46 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 54 atomic_store_##short_type(atomic_##short_type##_t *a, type val, \ 60 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 69 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 78 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 93 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \ 100 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, type val, \ 107 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, type val, \ 114 atomic_fetch_or_##short_type(atomic_##short_type##_t *a, type val, \ [all …]
|
| H A D | atomic_gcc_sync.h | 88 } atomic_##short_type##_t; \ 91 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 104 atomic_store_##short_type(atomic_##short_type##_t *a, \ 116 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 131 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 144 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 162 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \ 168 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, type val, \ 174 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, type val, \ 180 atomic_fetch_or_##short_type(atomic_##short_type##_t *a, type val, \ [all …]
|
| H A D | atomic_msvc.h | 38 #define ATOMIC_INTERLOCKED_REPR(lg_size) atomic_repr_ ## lg_size ## _t 57 } atomic_##short_type##_t; \ 60 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 70 atomic_store_##short_type(atomic_##short_type##_t *a, \ 82 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 89 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 121 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, \ 128 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, \ 140 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, \ 146 atomic_fetch_or_##short_type(atomic_##short_type##_t *a, \ [all …]
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 76 atomic_##op##_##bar##t##flav(volatile uint##t##_t *p, uint##t##_t val) 81 uint##t##_t tmp; \ 98 uint##t##_t tmp; \ 142 uint##t##_t cmpval, uint##t##_t newval) 147 uint##t##_t *cmpval, uint##t##_t newval) 152 uint##t##_t tmp; \ 271 atomic_fetchadd_##t##flav(volatile uint##t##_t *p, uint##t##_t val) 294 uint##t##_t ret; \ 321 atomic_swap_##t##flav(volatile uint##t##_t *p, uint##t##_t val) 330 uint##t##_t ret; \ [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ipf_rb.h | 14 struct _t *left; \ 15 struct _t *right; \ 16 struct _t *parent; \ 22 struct _t top; \ 24 int (* compare)(struct _t *, struct _t *); \ 31 _t * _n##_rb_delete(struct _n##_rb_head *, _t *); \ 145 deleteblack(struct _n##_rb_head *head, _t *parent, _t *node) \ 147 _t *tmp; \ 224 _t * \ 305 _t *prev; \ [all …]
|
| H A D | ip_rules.c | 36 #define VNET_DEFINE(_t, _v) _t _v argument 37 #define VNET_DECLARE(_t, _v) extern _t _v argument
|
| H A D | mlfk_ipl.c | 33 # define VNET_DEFINE(_t, _v) _t _v argument 34 # define VNET_DECLARE(_t, _v) extern _t _v argument
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-access-native.h | 293 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \ 295 *CASTPTR(volatile TYPE##_t, addr) = val; \ 304 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \ 320 static inline void cvmx_write64_##TYPE(uint64_t csr_addr, TYPE##_t val) \ 322 if (sizeof(TYPE##_t) == 8) \ 391 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \ 393 return *CASTPTR(volatile TYPE##_t, addr); \ 402 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \ 404 TYPE##_t val; \ 420 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t csr_addr) \ [all …]
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 295 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 302 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 334 static __inline uint##WIDTH##_t \ 335 atomic_load_acq_##WIDTH(__volatile uint##WIDTH##_t *p) \ 337 uint##WIDTH##_t v; \ 345 atomic_store_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 429 atomic_cmpset_acq_##WIDTH(__volatile uint##WIDTH##_t *p, \ 430 uint##WIDTH##_t cmpval, uint##WIDTH##_t newval) \ 441 uint##WIDTH##_t cmpval, uint##WIDTH##_t newval) \ 450 uint##WIDTH##_t *cmpval, uint##WIDTH##_t newval) \ [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | eventhandler.h | 66 struct eventhandler_entry_ ## name *_t; \ 76 _t = (struct eventhandler_entry_ ## name *)_ep; \ 78 (void *)_t->eh_func); \ 79 _t->eh_func(_ep->ee_arg , ## __VA_ARGS__); \
|
| H A D | arb.h | 49 int##idxbits##_t arb_curnodes; \ 50 int##idxbits##_t arb_maxnodes; \ 51 int##idxbits##_t arb_root_idx; \ 52 int##idxbits##_t arb_free_idx; \ 53 int##idxbits##_t arb_min_idx; \ 54 int##idxbits##_t arb_max_idx; \ 79 int##idxbits##_t arbe_parent_idx; \ 80 int##idxbits##_t arbe_left_idx; \ 81 int##idxbits##_t arbe_right_idx; \
|
| H A D | kobj.h | 100 { &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
|
| H A D | rman.h | 156 void rman_set_bustag(struct resource *_r, bus_space_tag_t _t);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 79 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) argument
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 79 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) argument
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.h | 79 #define L3HDR(_ip, _t) ((_t)((uint32_t *)(_ip) + (_ip)->ip_hl)) argument
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300desc.h | 442 #define is_valid_key_type(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument 481 #define is_valid_pkt_type(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
|
| /f-stack/app/nginx-1.16.1/auto/types/ |
| H A D | uintptr_t | 45 found="uint`expr 8 \* $ngx_ptr_size`_t"
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 79 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 86 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | atomic.c | 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 86 atomic_##ta##_t atom; \
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 754 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 35 measure: function(_t, s1, s2) { this.t = this[s2] - this[s1] },
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 56 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
|