Lines Matching full:sizeof
158 table = xnrealloc (table, table_size, sizeof *table);
160 sizeof *conflict_table);
161 check = xnrealloc (check, table_size, sizeof *check);
391 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1);
392 tos[s] = sp2 = xnmalloc (count, sizeof *sp2);
394 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL;
428 yydefact = xnmalloc (nstates, sizeof *yydefact);
430 actrow = xnmalloc (ntokens, sizeof *actrow);
431 conflrow = xnmalloc (ntokens, sizeof *conflrow);
433 conflict_list = xnmalloc (1 + 2 * nconflict, sizeof *conflict_list);
498 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1);
499 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2);
561 size_t *state_count = xnmalloc (nstates, sizeof *state_count);
562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto);
755 base = xnmalloc (nvectors, sizeof *base);
756 pos = xnmalloc (nentries, sizeof *pos);
757 table = xcalloc (table_size, sizeof *table);
758 conflict_table = xcalloc (table_size, sizeof *conflict_table);
759 check = xnmalloc (table_size, sizeof *check);
809 verify (sizeof nstates <= sizeof nvectors
810 && sizeof nvars <= sizeof nvectors);
814 froms = xcalloc (nvectors, sizeof *froms);
815 tos = xcalloc (nvectors, sizeof *tos);
816 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos);
817 tally = xcalloc (nvectors, sizeof *tally);
818 width = xnmalloc (nvectors, sizeof *width);
827 order = xcalloc (nvectors, sizeof *order);