Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c191 #define FETCH_OR(n, type) type __atomic_fetch_or_ ## n (volatile void* ptr, type value, int memorde… macro
339 FETCH_OR(1, unsigned char)
340 FETCH_OR(2, short unsigned int)
341 FETCH_OR(4, unsigned int)
465 FETCH_OR(8, long long unsigned int)