Searched refs:FETCH_XOR (Results 1 – 1 of 1) sorted by relevance
99 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (type* ptr, type value, int memorder) \ macro175 FETCH_XOR(1, uint8_t)176 FETCH_XOR(2, uint16_t)177 FETCH_XOR(4, uint32_t)178 FETCH_XOR(8, uint64_t)