Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_setmode.c715 static void iterate_combinations(int n, int k, bool allow_repetitions, in iterate_combinations() argument
729 iterate_combinations(n, k - 1, allow_repetitions, in iterate_combinations()
730 depth + 1, allow_repetitions ? 0 : v + 1, in iterate_combinations()
736 static void get_combinations(int n, int k, bool allow_repetitions, in get_combinations() argument
743 iterate_combinations(n, k, allow_repetitions, 0, 0, &comb, set); in get_combinations()