Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_atomic_test.c87 #define test_atomic(type, ones) \ macro
130 test_atomic(int, -1)
131 test_atomic(unsigned, ~0U)
133 test_atomic(int16_t, INT16_C(-1))
134 test_atomic(uint16_t, UINT16_C(0xffff))
135 test_atomic(int32_t, INT32_C(-1))
136 test_atomic(uint32_t, UINT32_C(0xffffffff))
137 test_atomic(int64_t, INT64_C(-1))
138 test_atomic(uint64_t, UINT64_C(0xffffffffffffffff))