Searched refs:max_set (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/ |
D | bitset_test.cpp | 75 const int max_set = 15; in TEST() local 76 BITSET_SET_RANGE_INSIDE_WORD(mask128, 0, max_set); in TEST() 77 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 0, max_set), true); in TEST() 78 EXPECT_EQ(BITSET_TEST_RANGE(mask128, max_set + 1, max_set + 15), false); in TEST() 80 if (i <= max_set) in TEST() 85 BITSET_CLEAR_RANGE(mask128, 0, max_set); in TEST() 86 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 0, max_set), false); in TEST()
|