| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 49 #define _c r6 macro 327 _R( _a, _b, _c, _d, _e, F1, 0, 330 _R( _e, _a, _b, _c, _d, F1, 1, 333 _R( _d, _e, _a, _b, _c, F1, 2, 336 _R( _c, _d, _e, _a, _b, F1, 3, 342 _R( _b, _c, _d, _e, _a, F1, 4, 345 _R( _a, _b, _c, _d, _e, F1, 5, 348 _R( _e, _a, _b, _c, _d, F1, 6, 351 _R( _d, _e, _a, _b, _c, F1, 7, 355 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
| /linux/include/math-emu/ |
| H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 44 X##_c = FP_CLS_NORMAL; \ 49 X##_c = FP_CLS_ZERO; \ 58 X##_c = FP_CLS_NORMAL; \ 63 X##_c = FP_CLS_ZERO; \ 70 X##_c = FP_CLS_INF; \ 73 X##_c = FP_CLS_NAN; \ 91 switch (X##_c) \ 110 X##_c = FP_CLS_INF; \ 113 if (!X##_s) X##_c = FP_CLS_INF; \ [all …]
|
| H A D | op-2.h | 238 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 268 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 590 if (S##_c != FP_CLS_NAN) \
|
| /linux/net/ipv6/ |
| H A D | ip6mr.c | 509 mfc->_c.mfc_parent); in ipmr_mfc_seq_show() 513 atomic_long_read(&mfc->_c.mfc_un.res.pkt), in ipmr_mfc_seq_show() 514 atomic_long_read(&mfc->_c.mfc_un.res.bytes), in ipmr_mfc_seq_show() 515 atomic_long_read(&mfc->_c.mfc_un.res.wrong_if)); in ipmr_mfc_seq_show() 516 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show() 517 n < mfc->_c.mfc_un.res.maxvif; n++) { in ipmr_mfc_seq_show() 519 mfc->_c.mfc_un.res.ttls[n] < 255) in ipmr_mfc_seq_show() 522 mfc->_c.mfc_un.res.ttls[n]); in ipmr_mfc_seq_show() 713 &mfc->_c, tb_id, &net->ipv6.ipmr_seq); in call_ip6mr_mfc_entry_notifiers() 783 call_rcu(&c->_c.rcu, ip6mr_cache_free_rcu); in ip6mr_cache_free() [all …]
|
| /linux/drivers/reset/sti/ |
| H A D | reset-syscfg.h | 28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument 29 { .compatible = _c, \ 33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument 34 { .compatible = _c, \
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_stc.h | 256 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument 433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument 434 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument 435 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument 560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument 761 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument 762 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument 805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument 806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument 807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument [all …]
|
| H A D | ni_660x.c | 81 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument 82 #define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument 83 #define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument 84 #define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80) argument 87 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument 88 #define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3) argument 89 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument 90 #define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7) argument
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | desc.c | 174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 176 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc() 177 AR5K_2W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_2word_tx_desc() 179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 181 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc() 182 AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \ in ath5k_hw_setup_2word_tx_desc() 318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument 320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_4word_tx_desc()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | memory.h | 107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 111 while (_c--) \ 117 for (; _c; _c--, _a += BIT(s)) \
|
| /linux/samples/seccomp/ |
| H A D | bpf-direct.c | 163 #define payload(_c) (_c), sizeof((_c)) argument
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 88 trace_buf->data[2] = (u64)(unsigned long)_c; \
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.h | 71 #define ADRENO_CHIPID_ARGS(_c) \ argument 72 (((_c) >> 24) & 0xff), \ 73 (((_c) >> 16) & 0xff), \ 74 (((_c) >> 8) & 0xff), \ 75 ((_c) & 0xff)
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xp.h | 256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_perf_branches.c | 19 __u64 _c; 18 __u64 _c; global() member
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
| /linux/drivers/ptp/ |
| H A D | ptp_vmclock.c | 54 #define VMCLOCK_FIELD_PRESENT(_c, _f) \ argument 55 (le32_to_cpu((_c)->size) >= (offsetof(struct vmclock_abi, _f) + \ 56 sizeof((_c)->_f)))
|
| /linux/include/linux/ |
| H A D | mroute.h | 81 struct mr_mfc _c; member
|
| H A D | mroute6.h | 91 struct mr_mfc _c; member
|
| /linux/arch/sparc/include/asm/ |
| H A D | sfp-machine_64.h | 72 R##_c = FP_CLS_NAN; \
|
| /linux/arch/sh/include/asm/ |
| H A D | sfp-machine.h | 66 R##_c = FP_CLS_NAN; \
|
| /linux/arch/alpha/include/asm/ |
| H A D | sfp-machine.h | 59 R##_c = FP_CLS_NAN; \
|
| /linux/include/scsi/ |
| H A D | libiscsi.h | 461 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 462 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | switch.c | 44 #define POLL_WHILE_TRUE(_c) { \ 46 } while (_c); \ 50 #define POLL_WHILE_TRUE(_c) { \ argument 53 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \ 56 if (unlikely(_c)) yield(); \ 58 } while (_c); \ 62 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c)) argument
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 435 #define QETH_CARD_STAT_ADD(_c, _stat, _val) ((_c)->stats._stat += (_val)) argument 436 #define QETH_CARD_STAT_INC(_c, _stat) QETH_CARD_STAT_ADD(_c, _stat, 1) argument
|
| /linux/drivers/rapidio/ |
| H A D | rio_cm.c | 1495 struct rio_channel *ch, *_c; in riocm_cdev_release() local 1516 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_cdev_release() 1992 struct rio_channel *ch, *_c; in riocm_remove_dev() local 2051 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_remove_dev() 2176 struct rio_channel *ch, *_c; in riocm_remove_mport() local 2212 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_remove_mport()
|