Lines Matching defs:nelt
172 unsigned int nelt = 0;
174 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) {
191 vals = VEC_alloc(constructor_elt, gc, nelt);
193 vec_alloc(vals, nelt);
215 unsigned int i, nelt;
232 nelt = array_size_int / elt_size_int;
235 vals = VEC_alloc(constructor_elt, gc, nelt);
237 vec_alloc(vals, nelt);
240 for (i = 0; i < nelt; i++) {
601 .nelt = 1,