Searched refs:test_values_max (Results 1 – 3 of 3) sorted by relevance
301 var test_values_max = 11;316 var choice = lcg_rand() % test_values_max;347 var choice = lcg_rand() % test_values_max;
218 $test_values_max = 11;233 $choice = mt_rand() % $test_values_max;281 $choice = mt_rand() % $test_values_max;
1286 const int test_values_max = 11; in FuzzTest1() local1301 int choice = lcg_rand() % test_values_max; in FuzzTest1()1331 int choice = lcg_rand() % test_values_max; in FuzzTest1()