| /linux/include/math-emu/ |
| H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 113 if (!X##_s) X##_c = FP_CLS_INF; \ 116 if (X##_s) X##_c = FP_CLS_INF; \ 198 X##_s = _FP_NANSIGN_##fs; \ 261 if (X##_s == Y##_s) \ 263 R##_s = X##_s; \ 273 R##_s = X##_s; \ 279 R##_s |= Y##_s; \ 281 R##_s &= Y##_s; \ 289 R##_s = Y##_s; \ [all …]
|
| H A D | op-8.h | 83 _FP_W_TYPE _s; \ 87 for (_s = _i = 0; _i < _skip; ++_i) \ 88 _s |= X##_f[_i]; \ 89 _s |= X##_f[_i] << _up; \ 104 X##_f[0] |= (_s != 0); \
|
| H A D | op-1.h | 81 X##_s = _flo.bits.sign; \ 91 X##_s = _flo->bits.sign; \ 104 _flo.bits.sign = X##_s; \ 116 _flo->bits.sign = X##_s; \
|
| H A D | soft-fp.h | 145 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \ 151 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
|
| H A D | op-4.h | 87 _FP_W_TYPE _s; \ 91 for (_s = _i = 0; _i < _skip; ++_i) \ 92 _s |= X##_f[_i]; \ 93 _s |= X##_f[_i] << _up; \ 108 X##_f[0] |= (_s != 0); \ 192 X##_s = _flo.bits.sign; \ 205 X##_s = _flo->bits.sign; \ 216 _flo.bits.sign = X##_s; \ 230 _flo->bits.sign = X##_s; \
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-pll.h | 56 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument 57 ((u64)(_fin) * (BIT(_ks) * (_m) + (_k)) / BIT(_ks) / ((_p) << (_s))) 58 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument 59 BUILD_BUG_ON_ZERO(PLL_RATE(_fin, _m, _p, _s, _k, _ks) != (_fout))) 61 #define PLL_35XX_RATE(_fin, _rate, _m, _p, _s) \ argument 64 _m, _p, _s, 0, 16), \ 67 .sdiv = (_s), \ 70 #define PLL_36XX_RATE(_fin, _rate, _m, _p, _s, _k) \ argument 73 _m, _p, _s, _k, 16), \ 76 .sdiv = (_s), \ [all …]
|
| /linux/include/xen/interface/io/ |
| H A D | ring.h | 45 #define __CONST_RING_SIZE(_s, _sz) \ argument 46 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \ 47 sizeof(((struct _s##_sring *)0)->ring[0]))) 51 #define __RING_SIZE(_s, _sz) \ argument 52 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0]))) 133 #define SHARED_RING_INIT(_s) do { \ argument 134 (_s)->req_prod = (_s)->rsp_prod = 0; \ 135 (_s)->req_event = (_s)->rsp_event = 1; \ 136 (void)memset((_s)->__pad, 0, sizeof((_s)->__pad)); \ 139 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument [all …]
|
| /linux/net/mac80211/ |
| H A D | airtime.c | 115 #define __MCS_GROUP(_streams, _sgi, _ht40, _s) \ argument 117 .shift = _s, \ 119 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 54 : 26), \ 120 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 108 : 52), \ 121 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 162 : 78), \ 122 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 216 : 104), \ 123 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 324 : 156), \ 124 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 432 : 208), \ 125 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 486 : 234), \ 126 MCS_DURATION_S(_s, _streams, _sgi, _ht40 ? 540 : 260) \ [all …]
|
| H A D | rc80211_minstrel_ht.c | 58 #define __MCS_GROUP(_streams, _sgi, _ht40, _s) \ argument 61 .shift = _s, \ 68 MCS_DURATION(_streams, _sgi, _ht40 ? 54 : 26) >> _s, \ 69 MCS_DURATION(_streams, _sgi, _ht40 ? 108 : 52) >> _s, \ 70 MCS_DURATION(_streams, _sgi, _ht40 ? 162 : 78) >> _s, \ 71 MCS_DURATION(_streams, _sgi, _ht40 ? 216 : 104) >> _s, \ 72 MCS_DURATION(_streams, _sgi, _ht40 ? 324 : 156) >> _s, \ 73 MCS_DURATION(_streams, _sgi, _ht40 ? 432 : 208) >> _s, \ 74 MCS_DURATION(_streams, _sgi, _ht40 ? 486 : 234) >> _s, \ 75 MCS_DURATION(_streams, _sgi, _ht40 ? 540 : 260) >> _s \ [all …]
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.h | 135 #define EDIF_SESSION_DOWN(_s) \ argument 136 (qla_ini_mode_enabled(_s->vha) && (_s->disc_state == DSC_DELETE_PEND || \ 137 _s->disc_state == DSC_DELETED || \ 138 !_s->edif.app_sess_online)) 144 #define EDIF_SESS_DELETE(_s) \ argument 145 (qla_ini_mode_enabled(_s->vha) && (_s->disc_state == DSC_DELETE_PEND || \ 146 _s->disc_state == DSC_DELETED))
|
| /linux/fs/ocfs2/cluster/ |
| H A D | netdebug.c | 262 # define sc_send_count(_s) ((_s)->sc_send_count) argument 263 # define sc_recv_count(_s) ((_s)->sc_recv_count) argument 264 # define sc_tv_acquiry_total_ns(_s) (ktime_to_ns((_s)->sc_tv_acquiry_total)) argument 265 # define sc_tv_send_total_ns(_s) (ktime_to_ns((_s)->sc_tv_send_total)) argument 266 # define sc_tv_status_total_ns(_s) (ktime_to_ns((_s)->sc_tv_status_total)) argument 267 # define sc_tv_process_total_ns(_s) (ktime_to_ns((_s)->sc_tv_process_total)) argument 269 # define sc_send_count(_s) (0U) argument 270 # define sc_recv_count(_s) (0U) argument 271 # define sc_tv_acquiry_total_ns(_s) (0LL) argument 272 # define sc_tv_send_total_ns(_s) (0LL) argument [all …]
|
| /linux/rust/quote/ |
| H A D | lib.rs | 501 let mut _s = $crate::__private::TokenStream::new(); localVariable 502 $crate::quote_token!{$tt _s} 503 _s 508 let mut _s = $crate::__private::TokenStream::new(); localVariable 509 $crate::ToTokens::to_tokens(&$var, &mut _s); 510 _s 513 let mut _s = $crate::__private::TokenStream::new(); localVariable 514 $crate::quote_token!{$tt1 _s} 515 $crate::quote_token!{$tt2 _s} 516 _s [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | sfp-machine_64.h | 64 R##_s = X##_s; \ 69 R##_s = Y##_s; \
|
| H A D | sfp-machine_32.h | 66 R##_s = X##_s; \ 71 R##_s = Y##_s; \
|
| /linux/arch/sh/include/asm/ |
| H A D | sfp-machine.h | 58 R##_s = Y##_s; \ 63 R##_s = X##_s; \
|
| /linux/include/linux/ |
| H A D | nospec.h | 58 typeof(size) _s = (size); \ 59 unsigned long _mask = array_index_mask_nospec(_i, _s); \ 62 BUILD_BUG_ON(sizeof(_s) > sizeof(long)); \
|
| H A D | overflow.h | 194 typeof(s) _s = s; \ 198 _s >= 0 && _s < 8 * sizeof(*d) ? _s : 0; \ 200 (_to_shift != _s || *_d < 0 || _a < 0 || \
|
| H A D | slab.h | 508 #define krealloc_noprof(_o, _s, _f) krealloc_node_align_noprof(_o, _s, 1, _f, NUMA_NO_NODE) argument 510 #define krealloc_node(_o, _s, _f, _n) krealloc_node_align(_o, _s, 1, _f, _n) argument 1199 #define kvmalloc_node(_s, _f, _n) kvmalloc_node_align(_s, 1, _f, _n) argument 1220 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node) argument 1231 #define kvrealloc_node(_p, _s, _f, _n) kvrealloc_node_align(_p, _s, 1, _f, _n) argument
|
| H A D | vmalloc.h | 206 #define vrealloc_node_noprof(_p, _s, _f, _nid) \ argument 207 vrealloc_node_align_noprof(_p, _s, 1, _f, _nid) 208 #define vrealloc_noprof(_p, _s, _f) \ argument 209 vrealloc_node_align_noprof(_p, _s, 1, _f, NUMA_NO_NODE)
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | firmware.h | 47 struct nvkm_subdev *_s = (s); \ 54 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \ 66 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | sfp-machine.h | 149 R##_s = X##_s; \ 154 R##_s = Y##_s; \
|
| /linux/arch/alpha/include/asm/ |
| H A D | sfp-machine.h | 57 R##_s = Y##_s; \
|
| /linux/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 210 int FPU_load_int64(long long __user *_s) in FPU_load_int64() argument 217 FPU_access_ok(_s, 8); in FPU_load_int64() 218 if (copy_from_user(&s, _s, 8)) in FPU_load_int64() 240 int FPU_load_int32(long __user *_s, FPU_REG *loaded_data) in FPU_load_int32() argument 246 FPU_access_ok(_s, 4); in FPU_load_int32() 247 FPU_get_user(s, _s); in FPU_load_int32() 269 int FPU_load_int16(short __user *_s, FPU_REG *loaded_data) in FPU_load_int16() argument 274 FPU_access_ok(_s, 2); in FPU_load_int16() 276 FPU_get_user(s, _s); in FPU_load_int16()
|
| H A D | fpu_proto.h | 130 extern int FPU_load_int64(long long __user *_s); 131 extern int FPU_load_int32(long __user *_s, FPU_REG *loaded_data); 132 extern int FPU_load_int16(short __user *_s, FPU_REG *loaded_data);
|
| /linux/drivers/regulator/ |
| H A D | spacemit-p1.c | 71 #define P1_REG_DESC(_TYPE, _type, _n, _s, _off, _mask, _nv, _ranges) \ argument 74 .supply_name = _s, \
|