Lines Matching refs:nvectors
59 int nvectors;
598 for (i = 0; i < nvectors; i++)
765 base = xnmalloc (nvectors, sizeof *base);
774 for (i = 0; i < nvectors; i++)
797 base_ninf = table_ninf_remap (base, nvectors, BASE_MINIMUM);
819 verify (sizeof nstates <= sizeof nvectors
820 && sizeof nvars <= sizeof nvectors);
822 nvectors = state_number_as_int (nstates) + nvars;
824 froms = xcalloc (nvectors, sizeof *froms);
825 tos = xcalloc (nvectors, sizeof *tos);
826 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos);
827 tally = xcalloc (nvectors, sizeof *tally);
828 width = xnmalloc (nvectors, sizeof *width);
837 order = xcalloc (nvectors, sizeof *order);
845 for (i = 0; i < nvectors; i++)