Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1132 unsigned int runtime_bit_index = std::rand() & 7u; in test_bit_operators() local
1136 a.bit_test_and_set(runtime_bit_index); in test_bit_operators()
1137 a.bit_test_and_reset(runtime_bit_index); in test_bit_operators()
1138 a.bit_test_and_complement(runtime_bit_index); in test_bit_operators()