Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Datomic-long.h43 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \
55 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \ in ATOMIC_LONG_READ_OP()
68 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \
84 (ATOMIC_LONG_PFX(_cmpxchg_relaxed)((ATOMIC_LONG_PFX(_t) *)(l), \
87 (ATOMIC_LONG_PFX(_cmpxchg_acquire)((ATOMIC_LONG_PFX(_t) *)(l), \
90 (ATOMIC_LONG_PFX(_cmpxchg_release)((ATOMIC_LONG_PFX(_t) *)(l), \
93 (ATOMIC_LONG_PFX(_cmpxchg)((ATOMIC_LONG_PFX(_t) *)(l), (old), (new)))
97 (ATOMIC_LONG_PFX(_try_cmpxchg_relaxed)((ATOMIC_LONG_PFX(_t) *)(l), \
100 (ATOMIC_LONG_PFX(_try_cmpxchg_acquire)((ATOMIC_LONG_PFX(_t) *)(l), \
103 (ATOMIC_LONG_PFX(_try_cmpxchg_release)((ATOMIC_LONG_PFX(_t) *)(l), \
[all …]
/linux-4.19.296/include/math-emu/
Dop-common.h839 _FP_W_TYPE _t = (x); \
841 if (_t > 0xffff) r -= 16; \
842 if (_t > 0xffff) _t >>= 16; \
843 if (_t > 0xff) r -= 8; \
844 if (_t > 0xff) _t >>= 8; \
845 if (_t & 0xf0) r -= 4; \
846 if (_t & 0xf0) _t >>= 4; \
847 if (_t & 0xc) r -= 2; \
848 if (_t & 0xc) _t >>= 2; \
849 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; \
Dop-2.h162 UWtype _t = xl; \
163 xh -= yh + ((xl -= yl) > _t); \
/linux-4.19.296/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, \
Dtps65217-regulator.c31 _t, _lr, _nlr, _sr, _sm) \ argument
45 .volt_table = _t, \
/linux-4.19.296/include/linux/
Dthermal.h37 long _t = (t); \
38 ((_t-2732 >= 0) ? (_t-2732+5)/10 : (_t-2732-5)/10); \
Dbtree-type.h8 #define VISITOR_FN_T _BTREE_TP(visitor, BTREE_TYPE_SUFFIX, _t)
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_parser.h53 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
Dx509_cert_parser.c491 int x509_decode_time(time64_t *_t, size_t hdrlen, in x509_decode_time() argument
554 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
/linux-4.19.296/drivers/rtc/
Drtc-mt7622.c61 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument