Searched refs:cond_states_cap (Results 1 – 1 of 1) sorted by relevance
1034 static unsigned cond_states_cap = 128; in Cond_EvalLine() local1046 cond_states_cap * sizeof *cond_states); in Cond_EvalLine()1133 if (cond_depth + 1 >= cond_states_cap) { in Cond_EvalLine()1139 cond_states_cap += 32; in Cond_EvalLine()1141 cond_states_cap * sizeof *cond_states); in Cond_EvalLine()