Home
last modified time | relevance | path

Searched refs:_old (Results 1 – 7 of 7) sorted by last modified time

/freebsd/sys/arm/include/
H A Datomic.h205 [oldv] "r" (_old), \ in ATOMIC_ACQ_REL_LONG()
230 [oldv] "r" (_old), \
236 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
325 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() argument
394 [oldv] "r" (_old), \
416 [oldv] "r" (_old), \
422 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() argument
432 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() argument
442 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() argument
452 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() argument
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe_stats.h650 estats->s -= qstats_old->s##_old; \
651 qstats_old->s##_old = qstats->s; \
/freebsd/sys/sys/
H A Dpcpu.h267 __typeof(val) _old; \
269 _old = *_ptr; \
271 _old; \
276 __typeof(val) _old; \
278 _old = *_ptr; \
280 _old; \
/freebsd/sys/netinet/libalias/
H A Dalias_local.h233 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
/freebsd/sys/net80211/
H A Dieee80211_rssadapt.c77 #define interpolate(parm, old, new) ((parm##_old * (old) + \
78 (parm##_denom - parm##_old) * (new)) / \
/freebsd/sys/dev/sfxge/common/
H A Defx_impl.h1168 unsigned int _old = (_owptr); \
1170 if ((_new) >= (_old)) \
1172 (_old) * sizeof (efx_desc_t), \
1173 ((_new) - (_old)) * sizeof (efx_desc_t)); \
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument