Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.4/include/math-emu/
Dop-common.h845 _FP_W_TYPE _t = (x); \
847 if (_t > 0xffff) r -= 16; \
848 if (_t > 0xffff) _t >>= 16; \
849 if (_t > 0xff) r -= 8; \
850 if (_t > 0xff) _t >>= 8; \
851 if (_t & 0xf0) r -= 4; \
852 if (_t & 0xf0) _t >>= 4; \
853 if (_t & 0xc) r -= 2; \
854 if (_t & 0xc) _t >>= 2; \
855 if (_t & 0x2) r -= 1; \
[all …]
Dop-4.h343 UWtype _t; \
345 umul_ppmm(p2,_t,m,n1); \
346 __FP_FRAC_ADDI_2(p2,p1,_t); \
347 umul_ppmm(p3,_t,m,n2); \
348 __FP_FRAC_ADDI_2(p3,p2,_t); \
600 UWtype _t; \
601 _t = ((x0 += i) < i); \
602 x1 += _t; _t = (x1 < _t); \
603 x2 += _t; _t = (x2 < _t); \
604 x3 += _t; \
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h58 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
93 atomic##prefix##_t *v) \ in ATOMIC_OPS()
104 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
118 atomic##prefix##_t *v) \
123 c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
249 c_t atomic##prefix##_xchg_relaxed(atomic##prefix##_t *v, c_t n) \
254 c_t atomic##prefix##_xchg_acquire(atomic##prefix##_t *v, c_t n) \
259 c_t atomic##prefix##_xchg_release(atomic##prefix##_t *v, c_t n) \
264 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \
269 c_t atomic##prefix##_cmpxchg_relaxed(atomic##prefix##_t *v, \
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dmips-cps.h23 static inline uint##sz##_t read_##unit##_##name(void) \
46 static inline void write_##unit##_##name(uint##sz##_t val) \
71 static inline void change_##unit##_##name(uint##sz##_t mask, \
72 uint##sz##_t val) \
74 uint##sz##_t reg_val = read_##unit##_##name(); \
80 static inline void set_##unit##_##name(uint##sz##_t val) \
85 static inline void clear_##unit##_##name(uint##sz##_t val) \
/Linux-v5.4/drivers/regulator/
Dtps65023-regulator.c89 #define TPS65023_REGULATOR_DCDC(_num, _t, _em) \ argument
95 .n_voltages = ARRAY_SIZE(_t), \
99 .volt_table = _t, \
101 .vsel_mask = ARRAY_SIZE(_t) - 1, \
108 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
114 .n_voltages = ARRAY_SIZE(_t), \
118 .volt_table = _t, \
/Linux-v5.4/arch/arm/include/asm/
Defi.h30 efi_##f##_t *__f; \
59 ((table##_t *)instance)->attr
62 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
/Linux-v5.4/arch/arm64/include/asm/
Defi.h32 efi_##f##_t *__f; \
102 ((table##_t *)instance)->attr
105 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
/Linux-v5.4/arch/parisc/lib/
Dchecksum.c21 #define addc(_t,_r) \ argument
25 : "=r"(_t) \
26 : "r"(_r), "0"(_t));
/Linux-v5.4/scripts/atomic/fallbacks/
Ddec_and_test4 * @v: pointer of type ${atomic}_t
11 ${atomic}_dec_and_test(${atomic}_t *v)
Dinc_and_test4 * @v: pointer of type ${atomic}_t
11 ${atomic}_inc_and_test(${atomic}_t *v)
Dinc_not_zero4 * @v: pointer of type ${atomic}_t
10 ${atomic}_inc_not_zero(${atomic}_t *v)
Dsub_and_test5 * @v: pointer of type ${atomic}_t
12 ${atomic}_sub_and_test(${int} i, ${atomic}_t *v)
Dadd_negative5 * @v: pointer of type ${atomic}_t
12 ${atomic}_add_negative(${int} i, ${atomic}_t *v)
Dadd_unless4 * @v: pointer of type ${atomic}_t
12 ${atomic}_add_unless(${atomic}_t *v, ${int} a, ${int} u)
Dfetch_add_unless4 * @v: pointer of type ${atomic}_t
12 ${atomic}_fetch_add_unless(${atomic}_t *v, ${int} a, ${int} u)
Dread_acquire3 ${atomic}_read_acquire(const ${atomic}_t *v)
Dset_release3 ${atomic}_set_release(${atomic}_t *v, ${int} i)
Ddec3 ${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
Dinc3 ${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
Dandnot3 ${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
/Linux-v5.4/tools/testing/selftests/
Dkselftest_harness.h606 #define __EXPECT(_expected, _expected_str, _seen, _seen_str, _t, _assert) do { \ argument
611 if (!(__exp _t __seen)) { \
615 _expected_str, __exp_print, #_t, \
623 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ argument
627 if (!(strcmp(__exp, __seen) _t 0)) { \
628 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
/Linux-v5.4/kernel/locking/
Dspinlock.c68 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \
80 unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \
98 void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \
103 void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx.h213 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
215 *CASTPTR(volatile TYPE##_t, addr) = val; \
227 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
229 return *CASTPTR(volatile TYPE##_t, addr); \
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
99 trace_buf->tag = _t; \
/Linux-v5.4/include/linux/
Dthermal.h37 long _t = (t); \
38 ((_t-2732 >= 0) ? (_t-2732+5)/10 : (_t-2732-5)/10); \

123