Searched refs:states_bitset (Results 1 – 1 of 1) sorted by relevance
79 unsigned states_bitset; in test_compression_algorithm_states() local84 states_bitset = static_cast<unsigned>( in test_compression_algorithm_states()88 GPR_ASSERT(GPR_BITGET(states_bitset, i)); in test_compression_algorithm_states()103 states_bitset = in test_compression_algorithm_states()109 GPR_ASSERT(GPR_BITGET(states_bitset, i) == 0); in test_compression_algorithm_states()111 GPR_ASSERT(GPR_BITGET(states_bitset, i) != 0); in test_compression_algorithm_states()122 states_bitset = static_cast<unsigned>( in test_compression_algorithm_states()126 GPR_ASSERT(GPR_BITGET(states_bitset, i) == 0); in test_compression_algorithm_states()128 GPR_ASSERT(GPR_BITGET(states_bitset, i) != 0); in test_compression_algorithm_states()