Lines Matching refs:nvectors
59 int nvectors; variable
598 for (i = 0; i < nvectors; i++) in sort_actions()
765 base = xnmalloc (nvectors, sizeof *base); in pack_table()
774 for (i = 0; i < nvectors; i++) in pack_table()
797 base_ninf = table_ninf_remap (base, nvectors, BASE_MINIMUM); in pack_table()
818 verify (sizeof nstates <= sizeof nvectors in tables_generate()
819 && sizeof nvars <= sizeof nvectors); in tables_generate()
821 nvectors = state_number_as_int (nstates) + nvars; in tables_generate()
823 froms = xcalloc (nvectors, sizeof *froms); in tables_generate()
824 tos = xcalloc (nvectors, sizeof *tos); in tables_generate()
825 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos); in tables_generate()
826 tally = xcalloc (nvectors, sizeof *tally); in tables_generate()
827 width = xnmalloc (nvectors, sizeof *width); in tables_generate()
836 order = xcalloc (nvectors, sizeof *order); in tables_generate()
844 for (i = 0; i < nvectors; i++) in tables_generate()