Home
last modified time | relevance | path

Searched refs:FETCH_XOR (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/xtensa/
Dstdatomic.c99 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (type* ptr, type value, int memorder) \ macro
175 FETCH_XOR(1, uint8_t)
176 FETCH_XOR(2, uint16_t)
177 FETCH_XOR(4, uint32_t)
178 FETCH_XOR(8, uint64_t)