Searched refs:OPTIMISED_CASE (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | atomic.c | 233 OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\ 234 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t)\ 235 OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t)\ 236 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)\ 240 #define OPTIMISED_CASE(n, lockfree, type)\ macro 251 #undef OPTIMISED_CASE 253 #define OPTIMISED_CASE(n, lockfree, type)\ macro 266 #undef OPTIMISED_CASE 268 #define OPTIMISED_CASE(n, lockfree, type)\ macro 280 #undef OPTIMISED_CASE [all …]
|