Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic-v6.h208 [newv] "r" (_new) \ in ATOMIC_ACQ_REL_LONG()
233 [newv] "r" (_new) \
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
397 [newv] "r" (_new) \
419 [newv] "r" (_new) \
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/netinet/libalias/
H A Dalias_local.h258 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_impl.h1394 unsigned int _new = (_wptr); \
1397 if ((_new) >= (_old)) \
1400 ((_new) - (_old)) * (_desc_size)); \
/f-stack/tools/libxo/libxo/
H A Dlibxo.c165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument