Home
last modified time | relevance | path

Searched refs:nsyms (Results 1 – 21 of 21) sorted by relevance

/external/bison/src/
Dreduce.c164 Vp = bitset_create (nsyms, BITSET_FIXED); in inaccessable_symbols()
214 for (i = ntokens; i < nsyms; i++) in inaccessable_symbols()
297 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
300 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
313 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
315 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
317 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
335 nsyms -= nuseless_nonterminals; in nonterminals_reduce()
354 fprintf (out, " %s\n", symbols[nsyms + i]->tag); in reduce_output()
423 V = bitset_create (nsyms, BITSET_FIXED); in reduce_grammar()
[all …]
DLR0.c105 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets()
121 kernel_base = xnmalloc (nsyms, sizeof *kernel_base); in allocate_itemsets()
125 for (i = 0; i < nsyms; i++) in allocate_itemsets()
132 kernel_size = xnmalloc (nsyms, sizeof *kernel_size); in allocate_itemsets()
141 shiftset = xnmalloc (nsyms, sizeof *shiftset); in allocate_storage()
144 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol); in allocate_storage()
182 memset (kernel_size, 0, nsyms * sizeof *kernel_size); in new_itemsets()
Dclosure.c80 for (i = ntokens; i < nsyms; i++) in print_firsts()
101 for (i = ntokens; i < nsyms; i++) in print_fderives()
132 for (i = ntokens; i < nsyms; i++) in set_firsts()
170 for (i = ntokens; i < nsyms; ++i) in set_fderives()
171 for (j = ntokens; j < nsyms; ++j) in set_fderives()
Dderives.c49 for (i = ntokens; i < nsyms; i++) in print_derives()
96 for (i = ntokens; i < nsyms; i++) in derives_compute()
Dgram.c42 int nsyms = 0; variable
247 ntokens, nvars, nsyms, nrules, nritems); in grammar_dump()
255 for (i = ntokens; i < nsyms; i++) in grammar_dump()
Dlalr.c106 for (i = ntokens; i < nsyms; i++) in set_goto_map()
112 for (i = ntokens; i < nsyms; i++) in set_goto_map()
115 goto_map[nsyms - ntokens] = ngotos; in set_goto_map()
116 temp_map[nsyms - ntokens] = ngotos; in set_goto_map()
Dsymtab.c70 if (nsyms == SYMBOL_NUMBER_MAXIMUM) in symbol_new()
73 nsyms++; in symbol_new()
295 nsyms--; in symbol_make_alias()
642 symbols = xcalloc (nsyms, sizeof *symbols); in symbols_pack()
Doutput.c159 for (i = 0; i < nsyms; i++) in prepare_symbols()
391 for (i = 0; i < nsyms; ++i) in symbol_destructors_output()
424 for (i = 0; i < nsyms; ++i) in symbol_printers_output()
459 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dgram.h113 extern int nsyms;
Dnullable.c51 for (i = ntokens; i < nsyms; i++) in nullable_print()
Dreader.c565 assert (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars); in check_and_convert_grammar()
Dprint.c484 for (i = ntokens; i < nsyms; i++) in print_grammar()
Dtables.c566 for (i = ntokens; i < nsyms; ++i) in goto_actions()
/external/qemu/
Delf_ops.h106 int nsyms, i; in glue() local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym); in glue()
130 while (i < nsyms) { in glue()
138 nsyms--; in glue()
139 if (i < nsyms) { in glue()
140 syms[i] = syms[nsyms]; in glue()
150 syms = qemu_realloc(syms, nsyms * sizeof(*syms)); in glue()
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ)); in glue()
167 s->disas_num_syms = nsyms; in glue()
/external/elfutils/libelf/
Dnlist.c58 size_t nsyms; in nlist() local
116 nsyms = (shdr->sh_size in nlist()
120 table = nlist_fshash_init (nsyms); in nlist()
128 for (cnt = 0; cnt < nsyms; ++cnt) in nlist()
/external/elfutils/src/
Dnm.c725 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() argument
787 for (cnt = 0; cnt < nsyms; ++cnt) in show_symbols_sysv()
844 GElf_SymX *syms, size_t nsyms) in show_symbols_bsd() argument
865 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_bsd()
907 const char *fullname, GElf_SymX *syms, size_t nsyms) in show_symbols_posix() argument
923 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_posix()
Dreadelf.c1635 unsigned int nsyms; in handle_symtab() local
1685 nsyms = data->d_size / (class == ELFCLASS32 in handle_symtab()
1690 nsyms), in handle_symtab()
1692 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms); in handle_symtab()
1709 for (cnt = 0; cnt < nsyms; ++cnt) in handle_symtab()
2406 Elf32_Word nsyms = 0; in handle_hash() local
2449 ++nsyms; in handle_hash()
2478 (nzero_counts * 100.0) / nsyms); in handle_hash()
Dldgeneric.c1717 size_t nsyms; in extract_from_archive() local
1720 syms = elf_getarsym (fileinfo->elf, &nsyms); in extract_from_archive()
1744 for (cnt = 0; cnt < nsyms; ++cnt) in extract_from_archive()
/external/libvpx/build/make/
Dobj_int_extract.c126 for (j = 0; j < sc.nsyms; j++) in parse_macho()
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c1296 unsigned long numsyms = ((struct symtab_command *)lc)->nsyms;
/external/bison/
DChangeLog10024 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
11164 Initialize nsyms to 0: now eoftoken is created just like the others.