Searched refs:runtime_bit_index (Results 1 – 1 of 1) sorted by relevance
1132 unsigned int runtime_bit_index = std::rand() & 7u; in test_bit_operators() local1136 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()