Lines Matching refs:n_iter
5150 int n_iter;5158 n_iter = 0;5160 n_iter ++;5163 if (n_iter < 2)5166 ind = XALLOCAVEC (ind_type, n_iter + 1);5178 ind[n_iter].sym = NULL;5179 ind[n_iter].fa = NULL;5182 qsort ((void *) ind, n_iter, sizeof (ind_type), loop_comp);5186 for (i=1; i<n_iter; i++)5195 for (i=1; i<n_iter; i++)
Indexes created Thu Apr 23 00:23:13 UTC 2026