Searched defs:_old (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 248 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() 327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() 424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() 434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() 444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() 454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() 484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) in atomic_cmpset_32() 513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_long() 522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_acq_long() 532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_rel_long() [all …]
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
|