Searched defs:postfix (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_Atomics.cpp | 35 #define SHARED_MEMORY_AT(type, postfix) \ argument 41 #define SHARED_MEMORY_SET(type, postfix) \ argument 47 #define SHARED_MEMORY_ADD(type, postfix) \ argument 55 #define SHARED_MEMORY_AND_SIGNED(type, postfix) \ argument 65 #define SHARED_MEMORY_AND_UNSIGNED(type, postfix) … argument 73 #define SHARED_MEMORY_COMPARE_EXCHANGE(type, postfix) … argument 84 #define SHARED_MEMORY_EXCHANGE(type, postfix) \ argument 92 #define SHARED_MEMORY_LOAD(type, postfix) \ argument 100 #define SHARED_MEMORY_OR_SIGNED(type, postfix) \ argument 110 #define SHARED_MEMORY_OR_UNSIGNED(type, postfix) … argument [all …]
|