Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c218 #define XOR_FETCH(n, type) type __atomic_xor_fetch_ ## n (volatile void* ptr, type value, int memor… macro
351 XOR_FETCH(1, unsigned char)
352 XOR_FETCH(2, short unsigned int)
353 XOR_FETCH(4, unsigned int)
479 XOR_FETCH(8, long long unsigned int)