Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 25 of 45) sorted by relevance

12

/linux/include/math-emu/
H A Dop-common.h28 _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 Dop-8.h83 _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 Dop-1.h81 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 Dsoft-fp.h145 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
151 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
H A Dop-4.h87 _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/include/xen/interface/io/
H A Dring.h45 #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 Dairtime.c115 #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 …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.h135 #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 Dnetdebug.c262 # 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 Dlib.rs501 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 Dsfp-machine_64.h64 R##_s = X##_s; \
69 R##_s = Y##_s; \
H A Dsfp-machine_32.h66 R##_s = X##_s; \
71 R##_s = Y##_s; \
/linux/arch/sh/include/asm/
H A Dsfp-machine.h58 R##_s = Y##_s; \
63 R##_s = X##_s; \
/linux/include/linux/
H A Dnospec.h58 typeof(size) _s = (size); \
59 unsigned long _mask = array_index_mask_nospec(_i, _s); \
62 BUILD_BUG_ON(sizeof(_s) > sizeof(long)); \
H A Doverflow.h194 typeof(s) _s = s; \
198 _s >= 0 && _s < 8 * sizeof(*d) ? _s : 0; \
200 (_to_shift != _s || *_d < 0 || _a < 0 || \
H A Dslab.h548 #define krealloc_noprof(_o, _s, _f) krealloc_node_align_noprof(_o, PASS_TOKEN_PARAMS(_s, __kmalloc_… argument
592 #define krealloc_node(_o, _s, _f, _n) krealloc_node_align(_o, _s, 1, _f, _n) argument
1059 #define kmalloc_nolock_noprof(_s, _f, _n) _kmalloc_nolock_noprof(PASS_TOKEN_PARAMS(_s, __kmalloc_to… argument
1378 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node) argument
1419 #define kvrealloc_node(_p, _s, _f, _n) kvrealloc_node_align(_p, _s, 1, _f, _n) argument
H A Dsh_clk.h129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c380 u8 _s, best_s; in fsl_samsung_hdmi_phy_find_pms() local
391 for (_s = 1; _s <= 16; ++_s) { in fsl_samsung_hdmi_phy_find_pms()
396 if (_s > 1 && (_s & 0x01) == 1) in fsl_samsung_hdmi_phy_find_pms()
397 _s++; in fsl_samsung_hdmi_phy_find_pms()
400 if (_s == 14) in fsl_samsung_hdmi_phy_find_pms()
408 tmp = (u64)fout * (_p * _s); in fsl_samsung_hdmi_phy_find_pms()
427 do_div(tmp, _s); in fsl_samsung_hdmi_phy_find_pms()
432 best_s = _s; in fsl_samsung_hdmi_phy_find_pms()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h47 struct nvkm_subdev *_s = (s); \
54 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
66 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
H A Dmemory.h107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
114 memset_io(&_m[_o], _d, _s); \
/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h149 R##_s = X##_s; \
154 R##_s = Y##_s; \
/linux/arch/alpha/include/asm/
H A Dsfp-machine.h57 R##_s = Y##_s; \
/linux/tools/testing/selftests/vfio/lib/include/libvfio/
H A Dassert.h72 #define snprintf_assert(_s, _size, _fmt, ...) do { \ argument
73 int __ret = snprintf(_s, _size, _fmt, ##__VA_ARGS__); \
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.h28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/linux/lib/
H A Dref_tracker.c135 struct ostream *_s = (stream); \
137 _s->func(_s, fmt, ##args); \

12