Searched refs:_old (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/arm/include/ |
| H A D | atomic.h | 199 [oldv] "r" (_old), \ in ATOMIC_ACQ_REL_LONG() 224 [oldv] "r" (_old), \ 230 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) 240 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() argument 250 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() argument 260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() argument 270 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() argument 280 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() argument 290 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() argument 299 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() argument [all …]
|
| /freebsd/sys/sys/ |
| H A D | pcpu.h | 267 __typeof(val) _old; \ 269 _old = *_ptr; \ 271 _old; \ 276 __typeof(val) _old; \ 278 _old = *_ptr; \ 280 _old; \
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_rssadapt.c | 77 #define interpolate(parm, old, new) ((parm##_old * (old) + \ 78 (parm##_denom - parm##_old) * (new)) / \
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_impl.h | 1168 unsigned int _old = (_owptr); \ 1170 if ((_new) >= (_old)) \ 1172 (_old) * sizeof (efx_desc_t), \ 1173 ((_new) - (_old)) * sizeof (efx_desc_t)); \
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_stats.h | 650 estats->s -= qstats_old->s##_old; \ 651 qstats_old->s##_old = qstats->s; \
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_local.h | 235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | libxo.c | 165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1963 defm INT_PTX_ATOM_CAS_#t.Size#_#order#_old
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 11776 `EVP_PKEY_{encrypt,decrypt}_old`.
|