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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A 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))
/xsrc/external/mit/MesaLib/dist/src/util/
H A 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))

Completed in 5 milliseconds