Lines Matching refs:cnt
1093 int cnt, def; in randomize_choice_values() local
1106 cnt = 0; in randomize_choice_values()
1108 cnt++; in randomize_choice_values()
1114 def = (rand() % cnt); in randomize_choice_values()
1116 cnt = 0; in randomize_choice_values()
1118 if (def == cnt++) { in randomize_choice_values()
1159 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local
1228 cnt = rand() % 100; in conf_set_all_new_symbols()
1230 if (cnt < pty) in conf_set_all_new_symbols()
1232 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
1234 } else if (cnt < pby) in conf_set_all_new_symbols()