Home
last modified time | relevance | path

Searched refs:_old (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/include/
H A Datomic.h199 [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 Dpcpu.h267 __typeof(val) _old; \
269 _old = *_ptr; \
271 _old; \
276 __typeof(val) _old; \
278 _old = *_ptr; \
280 _old; \
/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/sys/dev/bxe/
H A Dbxe_stats.h650 estats->s -= qstats_old->s##_old; \
651 qstats_old->s##_old = qstats->s; \
/freebsd/sys/netinet/libalias/
H A Dalias_local.h235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
/freebsd/crypto/openssl/
H A DCHANGES.md9978 `EVP_PKEY_{encrypt,decrypt}_old`.