Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c227 #define FETCH_NAND(n, type) type __atomic_fetch_nand_ ## n (volatile void* ptr, type value, int mem… macro
355 FETCH_NAND(1, unsigned char)
356 FETCH_NAND(2, short unsigned int)
357 FETCH_NAND(4, unsigned int)
469 FETCH_NAND(8, long long unsigned int)