Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Datomic-v6.h207 [oldv] "r" (_old), \ in ATOMIC_ACQ_REL_LONG()
232 [oldv] "r" (_old), \
238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() argument
396 [oldv] "r" (_old), \
418 [oldv] "r" (_old), \
424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() argument
434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() argument
444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() argument
454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() argument
[all …]
/f-stack/freebsd/sys/
H A Dpcpu.h268 __typeof(val) _old; \
270 _old = *_ptr; \
272 _old; \
277 __typeof(val) _old; \
279 _old = *_ptr; \
281 _old; \
/f-stack/freebsd/net80211/
H A Dieee80211_rssadapt.c78 #define interpolate(parm, old, new) ((parm##_old * (old) + \
79 (parm##_denom - parm##_old) * (new)) / \
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.h548 estats->s -= qstats_old->s##_old; \
549 qstats_old->s##_old = qstats->s; \
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_impl.h1395 unsigned int _old = (_owptr); \
1397 if ((_new) >= (_old)) \
1399 (_old) * (_desc_size), \
1400 ((_new) - (_old)) * (_desc_size)); \
/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h258 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
/f-stack/tools/libxo/libxo/
H A Dlibxo.c165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument