Searched refs:post (Results 1 – 1 of 1) sorted by relevance
/include/ |
A D | atomic.h | 54 #define __atomic_val_bysize(pre, post, mem, ...) \ argument 58 __atg1_result = pre##_8_##post (mem, __VA_ARGS__); \ 60 __atg1_result = pre##_16_##post (mem, __VA_ARGS__); \ 62 __atg1_result = pre##_32_##post (mem, __VA_ARGS__); \ 64 __atg1_result = pre##_64_##post (mem, __VA_ARGS__); \ 69 #define __atomic_bool_bysize(pre, post, mem, ...) \ argument 73 __atg2_result = pre##_8_##post (mem, __VA_ARGS__); \ 75 __atg2_result = pre##_16_##post (mem, __VA_ARGS__); \ 77 __atg2_result = pre##_32_##post (mem, __VA_ARGS__); \ 79 __atg2_result = pre##_64_##post (mem, __VA_ARGS__); \
|
Completed in 5 milliseconds