Home
last modified time | relevance | path

Searched defs:NEW_VAL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dpyatomic.h52 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
83 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
157 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
253 #define _Py_atomic_store_64bit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
266 #define _Py_atomic_store_64bit(ATOMIC_VAL, NEW_VAL, ORDER) ((void)0); argument
269 #define _Py_atomic_store_32bit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
353 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
383 #define _Py_atomic_store_64bit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
396 #define _Py_atomic_store_64bit(ATOMIC_VAL, NEW_VAL, ORDER) ((void)0); argument
399 #define _Py_atomic_store_32bit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c98 #define STENCIL_OP(NEW_VAL) \ argument