Searched refs:OPTIMISED_CASE (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | atomic.c | 235 OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t) \ 236 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t) \ 237 OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t) \ 238 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t) \ 239 OPTIMISED_CASE(16, IS_LOCK_FREE_16, __uint128_t) 242 OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t) \ 243 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t) \ 244 OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t) \ 245 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t) 248 #define OPTIMISED_CASE(n, lockfree, type) \ macro [all …]
|
/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 …]
|