/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 54 #define _c r6 macro 333 _R( _a, _b, _c, _d, _e, F1, 0, 336 _R( _e, _a, _b, _c, _d, F1, 1, 339 _R( _d, _e, _a, _b, _c, F1, 2, 342 _R( _c, _d, _e, _a, _b, F1, 3, 348 _R( _b, _c, _d, _e, _a, F1, 4, 351 _R( _a, _b, _c, _d, _e, F1, 5, 354 _R( _e, _a, _b, _c, _d, F1, 6, 357 _R( _d, _e, _a, _b, _c, F1, 7, 361 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/linux-4.4.14/include/math-emu/ |
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 …]
|
D | op-2.h | 243 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 273 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 598 if (S##_c != FP_CLS_NAN) \
|
D | op-4.h | 241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 617 if (S##_c != FP_CLS_NAN) \ 627 if (S##_c != FP_CLS_NAN) \
|
D | op-1.h | 293 if (S##_c != FP_CLS_NAN) \
|
/linux-4.4.14/drivers/reset/sti/ |
D | reset-syscfg.h | 32 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument 33 { .compatible = _c, \ 37 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument 38 { .compatible = _c, \
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_stc.h | 265 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument 435 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument 436 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument 437 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument 562 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument 763 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument 764 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument 807 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument 808 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument 809 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 227 rtl8723au_write8(_a, _b, _c) 228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 229 rtl8723au_write16(_a, _b, _c) 230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 231 rtl8723au_write32(_a, _b, _c)
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.h | 115 #define FIXED_RATE_P(_ro, _ci, _cn, _f, _c) \ argument 122 .conf.fixed_rate.rate_parm = _c, \ 134 #define PLL(_ro, _ci, _cn, _cp, _f, _c) \ argument 143 .conf.pll = (_c), \ 167 #define COMPOSITE(_ro, _ci, _cn, _cp, _f, _c) \ argument 176 .conf.composite = (_c), \
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | module.h | 60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument 82 #define RACK_ADD_CLASS(_r, _c) \ argument 83 ((_r) |= (_c) << RACK_CLASS_SHFT(_r) & RACK_CLASS_MASK(_r))
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 461 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument 462 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument 464 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument 465 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument 466 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument 467 (IS_CHAN_5GHZ(_c) && ((_ah)->caps.hw_caps & ATH9K_HW_CAP_FASTCLOCK)) 469 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument 471 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument 473 #define IS_CHAN_HT40(_c) \ argument 474 (!!((_c)->channelFlags & (CHANNEL_HT40PLUS | CHANNEL_HT40MINUS))) [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
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-4.4.14/samples/seccomp/ |
D | bpf-direct.c | 162 #define payload(_c) (_c), sizeof((_c)) argument
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 102 trace_buf->data[2] = (u64)(unsigned long)_c; \
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread() argument 77 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp.h | 277 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | dc21285.c | 284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 285 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | sfp-machine.h | 70 R##_c = FP_CLS_NAN; \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 72 R##_c = FP_CLS_NAN; \
|
D | sfp-machine_32.h | 74 R##_c = FP_CLS_NAN; \
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | sfp-machine.h | 59 R##_c = FP_CLS_NAN; \
|
/linux-4.4.14/drivers/dma/ |
D | pch_dma.c | 754 struct dma_chan *chan, *_c; in pch_dma_save_regs() local 762 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) { in pch_dma_save_regs() 777 struct dma_chan *chan, *_c; in pch_dma_restore_regs() local 785 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) { in pch_dma_restore_regs() 956 struct dma_chan *chan, *_c; in pch_dma_remove() local 963 list_for_each_entry_safe(chan, _c, &pd->dma.channels, in pch_dma_remove()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | zero.c | 156 static void zero_autoresume(unsigned long _c) in zero_autoresume() argument 158 struct usb_composite_dev *cdev = (void *)_c; in zero_autoresume()
|
/linux-4.4.14/include/scsi/ |
D | libiscsi.h | 443 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 444 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|
/linux-4.4.14/arch/s390/include/asm/ |
D | sfp-machine.h | 71 R##_c = FP_CLS_NAN; \
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 58 #define POLL_WHILE_TRUE(_c) { \ 60 } while (_c); \ 64 #define POLL_WHILE_TRUE(_c) { \ argument 67 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \ 70 if (unlikely(_c)) yield(); \ 72 } while (_c); \ 76 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c)) argument
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument 134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
D | repository.c | 51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 52 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__) 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 157 R##_c = FP_CLS_NAN; \
|