Searched refs:_t (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/include/asm-generic/ |
D | atomic-long.h | 43 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/ |
D | op-common.h | 839 _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 …]
|
D | op-4.h | 343 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; \
|
D | op-2.h | 162 UWtype _t = xl; \ 163 xh -= yh + ((xl -= yl) > _t); \
|
/linux-4.19.296/drivers/regulator/ |
D | tps65023-regulator.c | 89 #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, \
|
D | tps65217-regulator.c | 31 _t, _lr, _nlr, _sr, _sm) \ argument 45 .volt_table = _t, \
|
/linux-4.19.296/include/linux/ |
D | thermal.h | 37 long _t = (t); \ 38 ((_t-2732 >= 0) ? (_t-2732+5)/10 : (_t-2732-5)/10); \
|
D | btree-type.h | 8 #define VISITOR_FN_T _BTREE_TP(visitor, BTREE_TYPE_SUFFIX, _t)
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | x509_parser.h | 53 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
|
D | x509_cert_parser.c | 491 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/ |
D | rtc-mt7622.c | 61 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument
|