Searched refs:_s (Results 1 – 12 of 12) sorted by relevance
| /include/math-emu/ |
| A D | op-common.h | 358 R##_s = X##_s | Y##_s; \ 360 R##_s = X##_s & Y##_s; \ 397 R##_s = X##_s ^ Y##_s; \ 419 R##_s = X##_s; \ 433 R##_s = Y##_s; \ 462 R##_s = X##_s ^ Y##_s; \ 479 R##_s = X##_s; \ 487 R##_s = Y##_s; \ 599 R##_s = X##_s; \ 617 R##_s = X##_s; \ [all …]
|
| 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); \
|
| 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)) \
|
| 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; \
|
| 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; \
|
| A D | op-2.h | 187 X##_s = _flo.bits.sign; \ 198 X##_s = _flo->bits.sign; \ 213 _flo.bits.sign = X##_s; \ 226 _flo->bits.sign = X##_s; \
|
| /include/xen/interface/io/ |
| 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)); \ 146 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument [all …]
|
| /include/linux/ |
| 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)); \
|
| A D | overflow.h | 200 typeof(s) _s = s; \ 204 is_non_negative(_s) && _s < 8 * sizeof(*d) ? _s : 0; \ 206 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
|
| A D | sh_clk.h | 129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
|
| A D | string.h | 336 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) argument
|
| A D | slab.h | 1069 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node) argument
|
Completed in 20 milliseconds