_f 107 arch/microblaze/include/uapi/asm/elf.h #define ELF_PLAT_INIT(_r, _f) \ _f 134 arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h static char _f[] __initdata = KERN_INFO f; \ _f 135 arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h printk(_f, ## x); \ _f 51 arch/powerpc/platforms/ps3/repository.c #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ _f 52 arch/powerpc/platforms/ps3/repository.c _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__) _f 4425 arch/x86/kvm/emulate.c #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } _f 4426 arch/x86/kvm/emulate.c #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } _f 4427 arch/x86/kvm/emulate.c #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } _f 4428 arch/x86/kvm/emulate.c #define ID(_f, _i) { .flags = ((_f) | InstrDual | ModRM), .u.idual = (_i) } _f 4429 arch/x86/kvm/emulate.c #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } _f 4430 arch/x86/kvm/emulate.c #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } _f 4431 arch/x86/kvm/emulate.c #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } _f 4432 arch/x86/kvm/emulate.c #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } _f 4433 arch/x86/kvm/emulate.c #define II(_f, _e, _i) \ _f 4434 arch/x86/kvm/emulate.c { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } _f 4435 arch/x86/kvm/emulate.c #define IIP(_f, _e, _i, _p) \ _f 4436 arch/x86/kvm/emulate.c { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \ _f 4438 arch/x86/kvm/emulate.c #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } _f 4440 arch/x86/kvm/emulate.c #define D2bv(_f) D((_f) | ByteOp), D(_f) _f 4441 arch/x86/kvm/emulate.c #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) _f 4442 arch/x86/kvm/emulate.c #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) _f 4443 arch/x86/kvm/emulate.c #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) _f 4444 arch/x86/kvm/emulate.c #define I2bvIP(_f, _e, _i, _p) \ _f 4445 arch/x86/kvm/emulate.c IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) _f 4447 arch/x86/kvm/emulate.c #define F6ALU(_f, _e) F2bv((_f) | DstMem | SrcReg | ModRM, _e), \ _f 4448 arch/x86/kvm/emulate.c F2bv(((_f) | DstReg | SrcMem | ModRM) & ~Lock, _e), \ _f 4449 arch/x86/kvm/emulate.c F2bv(((_f) & ~Lock) | DstAcc | SrcImm, _e) _f 31 drivers/net/wireless/ath/ath10k/core.h #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) _f 32 drivers/net/wireless/ath/ath10k/core.h #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) _f 33 drivers/net/wireless/ath/ath10k/core.h #define WO(_f) ((_f##_OFFSET) >> 2) _f 121 drivers/net/wireless/ath/ath9k/hw.h #define SM(_v, _f) (((_v) << _f##_S) & _f) _f 122 drivers/net/wireless/ath/ath9k/hw.h #define MS(_v, _f) (((_v) & _f) >> _f##_S) _f 123 drivers/net/wireless/ath/ath9k/hw.h #define REG_RMW_FIELD(_a, _r, _f, _v) \ _f 124 drivers/net/wireless/ath/ath9k/hw.h REG_RMW(_a, _r, (((_v) << _f##_S) & _f), (_f)) _f 125 drivers/net/wireless/ath/ath9k/hw.h #define REG_READ_FIELD(_a, _r, _f) \ _f 126 drivers/net/wireless/ath/ath9k/hw.h (((REG_READ(_a, _r) & _f) >> _f##_S)) _f 127 drivers/net/wireless/ath/ath9k/hw.h #define REG_SET_BIT(_a, _r, _f) \ _f 128 drivers/net/wireless/ath/ath9k/hw.h REG_RMW(_a, _r, (_f), 0) _f 129 drivers/net/wireless/ath/ath9k/hw.h #define REG_CLR_BIT(_a, _r, _f) \ _f 130 drivers/net/wireless/ath/ath9k/hw.h REG_RMW(_a, _r, 0, (_f)) _f 200 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c #define SOCRAMREGOFFS(_f) offsetof(struct sbsocramregs, _f) _f 201 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c #define SYSMEMREGOFFS(_f) offsetof(struct sbsocramregs, _f) _f 24 drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c #define BRCMF_FEAT_DEF(_f) \ _f 25 drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c #_f, _f 60 drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.h #define BRCMF_FEAT_DEF(_f) \ _f 61 drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.h BRCMF_FEAT_ ## _f, _f 503 drivers/net/wireless/intel/iwlwifi/fw/api/rs.h #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ _f 507 drivers/net/wireless/intel/iwlwifi/fw/api/rs.h #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) _f 526 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h #define TX_RES_RATE_TABLE_COL_GET(_f) (((_f) & TX_RES_RATE_TABLE_COLOR_MSK) >>\ _f 405 drivers/net/wireless/intel/iwlwifi/mvm/rs.h #define RS_DRV_DATA_LQ_COLOR_GET(_f) (((_f) & RS_DRV_DATA_LQ_COLOR_MSK) >>\ _f 52 drivers/rtc/rtc-mt7622.c #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) _f 761 drivers/staging/comedi/drivers/ni_stc.h #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) _f 37 include/linux/irq_work.h #define DEFINE_IRQ_WORK(name, _f) struct irq_work name = { .func = (_f), } _f 126 include/linux/sh_clk.h #define SH_CLK_MSTP32(_p, _r, _b, _f) \ _f 127 include/linux/sh_clk.h SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT) _f 129 include/linux/sh_clk.h #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ _f 130 include/linux/sh_clk.h SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT) _f 132 include/linux/sh_clk.h #define SH_CLK_MSTP16(_p, _r, _b, _f) \ _f 133 include/linux/sh_clk.h SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT) _f 135 include/linux/sh_clk.h #define SH_CLK_MSTP8(_p, _r, _b, _f) \ _f 136 include/linux/sh_clk.h SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT) _f 28 include/math-emu/op-1.h #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f=0 _f 29 include/math-emu/op-1.h #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) _f 30 include/math-emu/op-1.h #define _FP_FRAC_SET_1(X,I) (X##_f = I) _f 31 include/math-emu/op-1.h #define _FP_FRAC_HIGH_1(X) (X##_f) _f 32 include/math-emu/op-1.h #define _FP_FRAC_LOW_1(X) (X##_f) _f 33 include/math-emu/op-1.h #define _FP_FRAC_WORD_1(X,w) (X##_f) _f 35 include/math-emu/op-1.h #define _FP_FRAC_ADDI_1(X,I) (X##_f += I) _f 39 include/math-emu/op-1.h X##_f += X##_f; \ _f 41 include/math-emu/op-1.h X##_f <<= (N); \ _f 43 include/math-emu/op-1.h #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N) _f 46 include/math-emu/op-1.h #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) _f 52 include/math-emu/op-1.h #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) _f 53 include/math-emu/op-1.h #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) _f 54 include/math-emu/op-1.h #define _FP_FRAC_DEC_1(X,Y) (X##_f -= Y##_f) _f 55 include/math-emu/op-1.h #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) _f 58 include/math-emu/op-1.h #define _FP_FRAC_NEGP_1(X) ((_FP_WS_TYPE)X##_f < 0) _f 59 include/math-emu/op-1.h #define _FP_FRAC_ZEROP_1(X) (X##_f == 0) _f 60 include/math-emu/op-1.h #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) _f 61 include/math-emu/op-1.h #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) _f 62 include/math-emu/op-1.h #define _FP_FRAC_EQ_1(X, Y) (X##_f == Y##_f) _f 63 include/math-emu/op-1.h #define _FP_FRAC_GE_1(X, Y) (X##_f >= Y##_f) _f 64 include/math-emu/op-1.h #define _FP_FRAC_GT_1(X, Y) (X##_f > Y##_f) _f 79 include/math-emu/op-1.h X##_f = _flo.bits.frac; \ _f 89 include/math-emu/op-1.h X##_f = _flo->bits.frac; \ _f 102 include/math-emu/op-1.h _flo.bits.frac = X##_f; \ _f 114 include/math-emu/op-1.h _flo->bits.frac = X##_f; \ _f 129 include/math-emu/op-1.h R##_f = X##_f * Y##_f; \ _f 141 include/math-emu/op-1.h doit(_Z_f1, _Z_f0, X##_f, Y##_f); \ _f 146 include/math-emu/op-1.h R##_f = _Z_f0; \ _f 156 include/math-emu/op-1.h _xh = X##_f >> (_FP_W_TYPE_SIZE/2); \ _f 157 include/math-emu/op-1.h _xl = X##_f & (((_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2)) - 1); \ _f 158 include/math-emu/op-1.h _yh = Y##_f >> (_FP_W_TYPE_SIZE/2); \ _f 159 include/math-emu/op-1.h _yl = Y##_f & (((_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2)) - 1); \ _f 176 include/math-emu/op-1.h R##_f = _z_f0; \ _f 192 include/math-emu/op-1.h X##_f <<= (X##_f < Y##_f \ _f 195 include/math-emu/op-1.h doit(_q, _r, X##_f, Y##_f); \ _f 196 include/math-emu/op-1.h R##_f = _q | (_r != 0); \ _f 209 include/math-emu/op-1.h _y = Y##_f << _FP_WFRACXBITS_##fs; \ _f 212 include/math-emu/op-1.h if (X##_f < Y##_f) \ _f 216 include/math-emu/op-1.h _nh = X##_f; \ _f 220 include/math-emu/op-1.h _nl = X##_f << (_FP_W_TYPE_SIZE - 1); \ _f 221 include/math-emu/op-1.h _nh = X##_f >> 1; \ _f 225 include/math-emu/op-1.h R##_f = _q | (_r != 0); \ _f 231 include/math-emu/op-1.h if (X##_f < Y##_f) \ _f 234 include/math-emu/op-1.h _nl = X##_f << _FP_WFRACBITS_##fs; \ _f 235 include/math-emu/op-1.h _nh = X##_f >> _FP_WFRACXBITS_##fs; \ _f 239 include/math-emu/op-1.h _nl = X##_f << (_FP_WFRACBITS_##fs - 1); \ _f 240 include/math-emu/op-1.h _nh = X##_f >> (_FP_WFRACXBITS_##fs + 1); \ _f 242 include/math-emu/op-1.h udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \ _f 243 include/math-emu/op-1.h R##_f = _q | (_r != 0); \ _f 257 include/math-emu/op-1.h T##_f = S##_f + q; \ _f 258 include/math-emu/op-1.h if (T##_f <= X##_f) \ _f 260 include/math-emu/op-1.h S##_f = T##_f + q; \ _f 261 include/math-emu/op-1.h X##_f -= T##_f; \ _f 262 include/math-emu/op-1.h R##_f += q; \ _f 267 include/math-emu/op-1.h if (X##_f) \ _f 269 include/math-emu/op-1.h if (S##_f < X##_f) \ _f 270 include/math-emu/op-1.h R##_f |= _FP_WORK_ROUND; \ _f 271 include/math-emu/op-1.h R##_f |= _FP_WORK_STICKY; \ _f 280 include/math-emu/op-1.h #define _FP_FRAC_ASSEMBLE_1(r, X, rsize) (r = X##_f) _f 281 include/math-emu/op-1.h #define _FP_FRAC_DISASSEMBLE_1(X, r, rsize) (X##_f = r) _f 290 include/math-emu/op-1.h D##_f = S##_f; \ _f 300 include/math-emu/op-1.h D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \ _f 33 include/math-emu/op-2.h #define _FP_FRAC_WORD_2(X,w) (X##_f##w) _f 595 include/math-emu/op-2.h D##_f = S##_f0; \ _f 600 include/math-emu/op-2.h D##_f0 = S##_f; \ _f 28 include/math-emu/op-4.h #define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4] _f 30 include/math-emu/op-4.h (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ _f 31 include/math-emu/op-4.h D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) _f 33 include/math-emu/op-4.h #define _FP_FRAC_HIGH_4(X) (X##_f[3]) _f 34 include/math-emu/op-4.h #define _FP_FRAC_LOW_4(X) (X##_f[0]) _f 35 include/math-emu/op-4.h #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) _f 45 include/math-emu/op-4.h X##_f[_i] = X##_f[_i-_skip]; \ _f 49 include/math-emu/op-4.h X##_f[_i] = X##_f[_i-_skip] << _up \ _f 50 include/math-emu/op-4.h | X##_f[_i-_skip-1] >> _down; \ _f 51 include/math-emu/op-4.h X##_f[_i--] = X##_f[0] << _up; \ _f 54 include/math-emu/op-4.h X##_f[_i] = 0; \ _f 66 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip]; \ _f 70 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _f 71 include/math-emu/op-4.h | X##_f[_i+_skip+1] << _up; \ _f 72 include/math-emu/op-4.h X##_f[_i++] = X##_f[3] >> _down; \ _f 75 include/math-emu/op-4.h X##_f[_i] = 0; \ _f 92 include/math-emu/op-4.h _s |= X##_f[_i]; \ _f 93 include/math-emu/op-4.h _s |= X##_f[_i] << _up; \ _f 97 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip]; \ _f 101 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _f 102 include/math-emu/op-4.h | X##_f[_i+_skip+1] << _up; \ _f 103 include/math-emu/op-4.h X##_f[_i++] = X##_f[3] >> _down; \ _f 106 include/math-emu/op-4.h X##_f[_i] = 0; \ _f 108 include/math-emu/op-4.h X##_f[0] |= (_s != 0); \ _f 112 include/math-emu/op-4.h __FP_FRAC_ADD_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ _f 113 include/math-emu/op-4.h X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ _f 114 include/math-emu/op-4.h Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) _f 117 include/math-emu/op-4.h __FP_FRAC_SUB_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ _f 118 include/math-emu/op-4.h X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ _f 119 include/math-emu/op-4.h Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) _f 122 include/math-emu/op-4.h __FP_FRAC_DEC_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ _f 123 include/math-emu/op-4.h Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) _f 126 include/math-emu/op-4.h __FP_FRAC_ADDI_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], I) _f 132 include/math-emu/op-4.h #define _FP_FRAC_ZEROP_4(X) ((X##_f[0] | X##_f[1] | X##_f[2] | X##_f[3]) == 0) _f 133 include/math-emu/op-4.h #define _FP_FRAC_NEGP_4(X) ((_FP_WS_TYPE)X##_f[3] < 0) _f 138 include/math-emu/op-4.h (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \ _f 139 include/math-emu/op-4.h && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3]) _f 142 include/math-emu/op-4.h (X##_f[3] > Y##_f[3] || \ _f 143 include/math-emu/op-4.h (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] || \ _f 144 include/math-emu/op-4.h (X##_f[2] == Y##_f[2] && (X##_f[1] > Y##_f[1] || \ _f 145 include/math-emu/op-4.h (X##_f[1] == Y##_f[1] && X##_f[0] > Y##_f[0]) \ _f 151 include/math-emu/op-4.h (X##_f[3] > Y##_f[3] || \ _f 152 include/math-emu/op-4.h (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] || \ _f 153 include/math-emu/op-4.h (X##_f[2] == Y##_f[2] && (X##_f[1] > Y##_f[1] || \ _f 154 include/math-emu/op-4.h (X##_f[1] == Y##_f[1] && X##_f[0] >= Y##_f[0]) \ _f 162 include/math-emu/op-4.h if (X##_f[3]) \ _f 164 include/math-emu/op-4.h __FP_CLZ(R,X##_f[3]); \ _f 166 include/math-emu/op-4.h else if (X##_f[2]) \ _f 168 include/math-emu/op-4.h __FP_CLZ(R,X##_f[2]); \ _f 171 include/math-emu/op-4.h else if (X##_f[1]) \ _f 173 include/math-emu/op-4.h __FP_CLZ(R,X##_f[2]); \ _f 178 include/math-emu/op-4.h __FP_CLZ(R,X##_f[0]); \ _f 187 include/math-emu/op-4.h X##_f[0] = _flo.bits.frac0; \ _f 188 include/math-emu/op-4.h X##_f[1] = _flo.bits.frac1; \ _f 189 include/math-emu/op-4.h X##_f[2] = _flo.bits.frac2; \ _f 190 include/math-emu/op-4.h X##_f[3] = _flo.bits.frac3; \ _f 200 include/math-emu/op-4.h X##_f[0] = _flo->bits.frac0; \ _f 201 include/math-emu/op-4.h X##_f[1] = _flo->bits.frac1; \ _f 202 include/math-emu/op-4.h X##_f[2] = _flo->bits.frac2; \ _f 203 include/math-emu/op-4.h X##_f[3] = _flo->bits.frac3; \ _f 211 include/math-emu/op-4.h _flo.bits.frac0 = X##_f[0]; \ _f 212 include/math-emu/op-4.h _flo.bits.frac1 = X##_f[1]; \ _f 213 include/math-emu/op-4.h _flo.bits.frac2 = X##_f[2]; \ _f 214 include/math-emu/op-4.h _flo.bits.frac3 = X##_f[3]; \ _f 225 include/math-emu/op-4.h _flo->bits.frac0 = X##_f[0]; \ _f 226 include/math-emu/op-4.h _flo->bits.frac1 = X##_f[1]; \ _f 227 include/math-emu/op-4.h _flo->bits.frac2 = X##_f[2]; \ _f 228 include/math-emu/op-4.h _flo->bits.frac3 = X##_f[3]; \ _f 242 include/math-emu/op-4.h _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \ _f 244 include/math-emu/op-4.h doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ _f 245 include/math-emu/op-4.h doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ _f 246 include/math-emu/op-4.h doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ _f 247 include/math-emu/op-4.h doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ _f 248 include/math-emu/op-4.h doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ _f 249 include/math-emu/op-4.h doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ _f 268 include/math-emu/op-4.h doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ _f 269 include/math-emu/op-4.h doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ _f 270 include/math-emu/op-4.h doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]); \ _f 271 include/math-emu/op-4.h doit(_e_f1, _e_f0, X##_f[2], Y##_f[1]); \ _f 287 include/math-emu/op-4.h doit(_b_f1, _b_f0, X##_f[2], Y##_f[2]); \ _f 288 include/math-emu/op-4.h doit(_c_f1, _c_f0, X##_f[1], Y##_f[3]); \ _f 289 include/math-emu/op-4.h doit(_d_f1, _d_f0, X##_f[3], Y##_f[1]); \ _f 290 include/math-emu/op-4.h doit(_e_f1, _e_f0, X##_f[2], Y##_f[3]); \ _f 291 include/math-emu/op-4.h doit(_f_f1, _f_f0, X##_f[3], Y##_f[2]); \ _f 310 include/math-emu/op-4.h doit(_b_f1, _b_f0, X##_f[3], Y##_f[3]); \ _f 362 include/math-emu/op-4.h _n_f[3] = X##_f[0] << (_FP_W_TYPE_SIZE - 1); \ _f 374 include/math-emu/op-4.h if (X##_f[3] == Y##_f[3]) \ _f 380 include/math-emu/op-4.h R##_f[_i] = -1; \ _f 383 include/math-emu/op-4.h __FP_FRAC_SUB_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ _f 384 include/math-emu/op-4.h Y##_f[2], Y##_f[1], Y##_f[0], 0, \ _f 385 include/math-emu/op-4.h X##_f[2], X##_f[1], X##_f[0], _n_f[_i]); \ _f 387 include/math-emu/op-4.h if (X##_f[3] > Y##_f[3]) \ _f 389 include/math-emu/op-4.h R##_f[_i] = -2; \ _f 395 include/math-emu/op-4.h udiv_qrnnd(R##_f[_i], X##_f[3], X##_f[3], X##_f[2], Y##_f[3]); \ _f 397 include/math-emu/op-4.h R##_f[_i], Y##_f[2], Y##_f[1], Y##_f[0]); \ _f 398 include/math-emu/op-4.h X##_f[2] = X##_f[1]; \ _f 399 include/math-emu/op-4.h X##_f[1] = X##_f[0]; \ _f 400 include/math-emu/op-4.h X##_f[0] = _n_f[_i]; \ _f 403 include/math-emu/op-4.h R##_f[_i]--; \ _f 407 include/math-emu/op-4.h R##_f[_i]--; \ _f 415 include/math-emu/op-4.h R##_f[0] |= _FP_WORK_STICKY; \ _f 433 include/math-emu/op-4.h T##_f[3] = S##_f[3] + q; \ _f 434 include/math-emu/op-4.h if (T##_f[3] <= X##_f[3]) \ _f 436 include/math-emu/op-4.h S##_f[3] = T##_f[3] + q; \ _f 437 include/math-emu/op-4.h X##_f[3] -= T##_f[3]; \ _f 438 include/math-emu/op-4.h R##_f[3] += q; \ _f 446 include/math-emu/op-4.h T##_f[2] = S##_f[2] + q; \ _f 447 include/math-emu/op-4.h T##_f[3] = S##_f[3]; \ _f 448 include/math-emu/op-4.h if (T##_f[3] < X##_f[3] || \ _f 449 include/math-emu/op-4.h (T##_f[3] == X##_f[3] && T##_f[2] <= X##_f[2])) \ _f 451 include/math-emu/op-4.h S##_f[2] = T##_f[2] + q; \ _f 452 include/math-emu/op-4.h S##_f[3] += (T##_f[2] > S##_f[2]); \ _f 453 include/math-emu/op-4.h __FP_FRAC_DEC_2(X##_f[3], X##_f[2], \ _f 454 include/math-emu/op-4.h T##_f[3], T##_f[2]); \ _f 455 include/math-emu/op-4.h R##_f[2] += q; \ _f 463 include/math-emu/op-4.h T##_f[1] = S##_f[1] + q; \ _f 464 include/math-emu/op-4.h T##_f[2] = S##_f[2]; \ _f 465 include/math-emu/op-4.h T##_f[3] = S##_f[3]; \ _f 466 include/math-emu/op-4.h if (T##_f[3] < X##_f[3] || \ _f 467 include/math-emu/op-4.h (T##_f[3] == X##_f[3] && (T##_f[2] < X##_f[2] || \ _f 468 include/math-emu/op-4.h (T##_f[2] == X##_f[2] && T##_f[1] <= X##_f[1])))) \ _f 470 include/math-emu/op-4.h S##_f[1] = T##_f[1] + q; \ _f 471 include/math-emu/op-4.h S##_f[2] += (T##_f[1] > S##_f[1]); \ _f 472 include/math-emu/op-4.h S##_f[3] += (T##_f[2] > S##_f[2]); \ _f 473 include/math-emu/op-4.h __FP_FRAC_DEC_3(X##_f[3], X##_f[2], X##_f[1], \ _f 474 include/math-emu/op-4.h T##_f[3], T##_f[2], T##_f[1]); \ _f 475 include/math-emu/op-4.h R##_f[1] += q; \ _f 483 include/math-emu/op-4.h T##_f[0] = S##_f[0] + q; \ _f 484 include/math-emu/op-4.h T##_f[1] = S##_f[1]; \ _f 485 include/math-emu/op-4.h T##_f[2] = S##_f[2]; \ _f 486 include/math-emu/op-4.h T##_f[3] = S##_f[3]; \ _f 489 include/math-emu/op-4.h S##_f[0] = T##_f[0] + q; \ _f 490 include/math-emu/op-4.h S##_f[1] += (T##_f[0] > S##_f[0]); \ _f 491 include/math-emu/op-4.h S##_f[2] += (T##_f[1] > S##_f[1]); \ _f 492 include/math-emu/op-4.h S##_f[3] += (T##_f[2] > S##_f[2]); \ _f 494 include/math-emu/op-4.h R##_f[0] += q; \ _f 502 include/math-emu/op-4.h R##_f[0] |= _FP_WORK_ROUND; \ _f 503 include/math-emu/op-4.h R##_f[0] |= _FP_WORK_STICKY; \ _f 513 include/math-emu/op-4.h (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0) _f 622 include/math-emu/op-4.h D##_f = S##_f[0]; \ _f 632 include/math-emu/op-4.h D##_f0 = S##_f[0]; \ _f 633 include/math-emu/op-4.h D##_f1 = S##_f[1]; \ _f 643 include/math-emu/op-4.h r = X##_f[0]; \ _f 646 include/math-emu/op-4.h r = X##_f[1]; \ _f 648 include/math-emu/op-4.h r += X##_f[0]; \ _f 654 include/math-emu/op-4.h r = X##_f[3]; \ _f 656 include/math-emu/op-4.h r += X##_f[2]; \ _f 658 include/math-emu/op-4.h r += X##_f[1]; \ _f 660 include/math-emu/op-4.h r += X##_f[0]; \ _f 671 include/math-emu/op-4.h X##_f[0] = r; \ _f 672 include/math-emu/op-4.h X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \ _f 673 include/math-emu/op-4.h X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \ _f 674 include/math-emu/op-4.h X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \ _f 679 include/math-emu/op-4.h D##_f[0] = S##_f; \ _f 680 include/math-emu/op-4.h D##_f[1] = D##_f[2] = D##_f[3] = 0; \ _f 686 include/math-emu/op-4.h D##_f[0] = S##_f0; \ _f 687 include/math-emu/op-4.h D##_f[1] = S##_f1; \ _f 688 include/math-emu/op-4.h D##_f[2] = D##_f[3] = 0; \ _f 29 include/math-emu/op-8.h #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] _f 30 include/math-emu/op-8.h #define _FP_FRAC_HIGH_8(X) (X##_f[7]) _f 31 include/math-emu/op-8.h #define _FP_FRAC_LOW_8(X) (X##_f[0]) _f 32 include/math-emu/op-8.h #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) _f 42 include/math-emu/op-8.h X##_f[_i] = X##_f[_i-_skip]; \ _f 46 include/math-emu/op-8.h X##_f[_i] = X##_f[_i-_skip] << _up \ _f 47 include/math-emu/op-8.h | X##_f[_i-_skip-1] >> _down; \ _f 48 include/math-emu/op-8.h X##_f[_i--] = X##_f[0] << _up; \ _f 51 include/math-emu/op-8.h X##_f[_i] = 0; \ _f 62 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip]; \ _f 66 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _f 67 include/math-emu/op-8.h | X##_f[_i+_skip+1] << _up; \ _f 68 include/math-emu/op-8.h X##_f[_i++] = X##_f[7] >> _down; \ _f 71 include/math-emu/op-8.h X##_f[_i] = 0; \ _f 88 include/math-emu/op-8.h _s |= X##_f[_i]; \ _f 89 include/math-emu/op-8.h _s |= X##_f[_i] << _up; \ _f 93 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip]; \ _f 97 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _f 98 include/math-emu/op-8.h | X##_f[_i+_skip+1] << _up; \ _f 99 include/math-emu/op-8.h X##_f[_i++] = X##_f[7] >> _down; \ _f 102 include/math-emu/op-8.h X##_f[_i] = 0; \ _f 104 include/math-emu/op-8.h X##_f[0] |= (_s != 0); \ _f 22 include/uapi/linux/sysinfo.h char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ _f 2602 kernel/sys.c char _f[20-2*sizeof(u32)-sizeof(int)]; _f 357 net/mac80211/iface.c #define ADJUST(_f, _s) do { \ _f 358 net/mac80211/iface.c if (flags & MONITOR_FLAG_##_f) \ _f 80 tools/perf/util/perf_event_attr_fprintf.c #define PRINT_ATTRn(_n, _f, _p) \ _f 82 tools/perf/util/perf_event_attr_fprintf.c if (attr->_f) { \ _f 83 tools/perf/util/perf_event_attr_fprintf.c _p(attr->_f); \ _f 88 tools/perf/util/perf_event_attr_fprintf.c #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p)