Searched refs:_old (Results 1 – 4 of 4) sorted by relevance
/external/qemu/include/qemu/ |
D | atomic.h | 175 typeof(*ptr) _new = (i), _old; \ 176 __atomic_exchange(ptr, &_new, &_old, __ATOMIC_SEQ_CST); \ 177 _old; \
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_atomic.h | 333 #define p_atomic_cmpxchg(_v, _old, _new) \ argument 334 atomic_cas_32( (uint32_t *) _v, (uint32_t) _old, (uint32_t) _new)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_atomic.h | 333 #define p_atomic_cmpxchg(_v, _old, _new) \ argument 334 atomic_cas_32( (uint32_t *) _v, (uint32_t) _old, (uint32_t) _new)
|
/external/bison/djgpp/ |
D | config.sed | 32 s,\\.old\\.,_old.,g\
|