Lines Matching refs:cnt
1128 int cnt, def; in randomize_choice_values() local
1141 cnt = 0; in randomize_choice_values()
1143 cnt++; in randomize_choice_values()
1149 def = (rand() % cnt); in randomize_choice_values()
1151 cnt = 0; in randomize_choice_values()
1153 if (def == cnt++) { in randomize_choice_values()
1194 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local
1263 cnt = rand() % 100; in conf_set_all_new_symbols()
1265 if (cnt < pty) in conf_set_all_new_symbols()
1267 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
1269 } else if (cnt < pby) in conf_set_all_new_symbols()