Searched refs:_old (Results 1 – 7 of 7) 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) 319 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() argument 388 [oldv] "r" (_old), \ 410 [oldv] "r" (_old), \ 416 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() argument 426 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() argument 436 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() argument 446 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() 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 | 233 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
|