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 42 #define SHARED_MEMORY_SET(type, postfix) \ argument 48 #define SHARED_MEMORY_ADD(type, postfix) \ argument 57 #define SHARED_MEMORY_AND_SIGNED(type, postfix) \ argument 69 #define SHARED_MEMORY_AND_UNSIGNED(type, postfix) … argument 78 #define SHARED_MEMORY_COMPARE_EXCHANGE(type, postfix) … argument 91 #define SHARED_MEMORY_EXCHANGE(type, postfix) \ argument 100 #define SHARED_MEMORY_LOAD(type, postfix) \ argument 110 #define SHARED_MEMORY_OR_SIGNED(type, postfix) \ argument 122 #define SHARED_MEMORY_OR_UNSIGNED(type, postfix) … argument [all …]
|