Searched refs:OR_FETCH (Results 1 – 1 of 1) sorted by relevance
200 #define OR_FETCH(n, type) type __atomic_or_fetch_ ## n (volatile void* ptr, type value, int memorde… macro343 OR_FETCH(1, unsigned char)344 OR_FETCH(2, short unsigned int)345 OR_FETCH(4, unsigned int)477 OR_FETCH(8, long long unsigned int)