Searched refs:comb_cnt (Results 1 – 1 of 1) sorted by relevance
5544 size_t comb_cnt = size_t(1) << 2; // 2 is number of optimization vars in TEST_P() local5545 for (size_t new_comb = 0; new_comb < comb_cnt; new_comb++) { in TEST_P()