Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c209 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (volatile void* ptr, type value, int memor… macro
347 FETCH_XOR(1, unsigned char)
348 FETCH_XOR(2, short unsigned int)
349 FETCH_XOR(4, unsigned int)
467 FETCH_XOR(8, long long unsigned int)