/external/bison/src/ |
D | state.c | 118 state_number nstates = 0; variable 136 aver (nstates < STATE_NUMBER_MAXIMUM); in state_new() 139 res->number = nstates++; in state_new() 163 aver (nstates < STATE_NUMBER_MAXIMUM); in state_new_isocore() 166 res->number = nstates++; in state_new_isocore() 428 bitset reachable = bitset_create (nstates, BITSET_FIXED); in state_remove_unreachable_states() 432 for (i = 0; i < nstates; ++i) in state_remove_unreachable_states() 443 old_to_new[i] = nstates; in state_remove_unreachable_states() 447 nstates = nstates_reachable; in state_remove_unreachable_states() 463 for (i = 0; i < nstates; ++i) in states_free()
|
D | ielr.c | 202 for (i = 0; i < nstates; ++i) in ielr_compute_follow_kernel_items() 304 int *predecessor_counts = xnmalloc (nstates, sizeof *predecessor_counts); in ielr_compute_predecessors() 305 state ***result = xnmalloc (nstates, sizeof *result); in ielr_compute_predecessors() 306 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors() 308 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors() 314 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors() 320 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors() 491 xnmalloc (nstates, sizeof *item_lookahead_sets); in ielr_compute_annotation_lists() 493 xnmalloc (nstates, sizeof *annotation_counts); in ielr_compute_annotation_lists() 498 *inadequacy_listsp = xnmalloc (nstates, sizeof **inadequacy_listsp); in ielr_compute_annotation_lists() [all …]
|
D | tables.c | 56 return state_number_as_int (nstates) + sym - ntokens; in symbol_number_to_vector_number() 438 yydefact = xnmalloc (nstates, sizeof *yydefact); in token_actions() 452 for (i = 0; i < nstates; ++i) in token_actions() 541 for (s = 0; s < nstates; s++) in default_goto() 547 for (s = 0; s < nstates; s++) in default_goto() 571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); in goto_actions() 636 if (nstates <= i) in matching_state() 818 verify (sizeof nstates <= sizeof nvectors in tables_generate() 821 nvectors = state_number_as_int (nstates) + nvars; in tables_generate()
|
D | output.c | 281 symbol_number *values = xnmalloc (nstates, sizeof *values); in prepare_states() 282 for (i = 0; i < nstates; ++i) in prepare_states() 285 0, 1, nstates); in prepare_states() 290 MUSCLE_INSERT_INT ("states_number", nstates); in prepare_states() 439 yydefact[0], 1, nstates); in prepare_actions() 450 base[0], 1, nstates); in prepare_actions() 455 base[nstates], nstates + 1, nvectors); in prepare_actions()
|
D | lalr.c | 82 for (s = 0; s < nstates; ++s) in set_goto_map() 116 for (s = 0; s < nstates; ++s) in set_goto_map() 382 for (i = 0; i < nstates; i++) in initialize_LA() 394 for (i = 0; i < nstates; i++) in initialize_LA() 418 for (i = 0; i < nstates; ++i) in lookahead_tokens_print() 498 for (s = 0; s < nstates; ++s) in lalr_free()
|
D | conflicts.c | 391 conflicts = xcalloc (nstates, sizeof *conflicts); in conflicts_solve() 397 for (i = 0; i < nstates; i++) in conflicts_solve() 510 for (i = 0; i < nstates; i++) in conflicts_output() 540 for (i = 0; i < nstates; i++) in conflicts_total_count() 572 for (i = 0; i < nstates; i++) in conflicts_print()
|
D | main.c | 130 state_number *old_to_new = xnmalloc (nstates, sizeof *old_to_new); in main() 131 state_number nstates_old = nstates; in main()
|
D | LR0.c | 65 nstates, sym, symbols[sym]->tag); in state_list_append() 304 states = xcalloc (nstates, sizeof *states); in set_states()
|
D | state.h | 226 extern state_number nstates;
|
D | print_graph.c | 203 for (i = 0; i < nstates; i++) in print_graph()
|
D | print.c | 522 for (i = 0; i < nstates; i++) in print_results()
|
D | print-xml.c | 525 for (i = 0; i < nstates; i++) in print_xml()
|
/external/llvm/lib/Support/ |
D | regexec.c | 107 #define CLEAR(v) memset(v, 0, m->g->nstates) 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) 112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) 158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in llvm_regexec()
|
D | regex2.h | 138 sopno nstates; /* = number of sops */ member
|
D | regcomp.c | 1445 g->nstates = p->slen; in stripsnug()
|
D | regengine.inc | 978 for (i = 0; i < g->nstates; i++)
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 1740 unsigned int nstates; in generate() local 1753 nstates = 0; in generate() 1758 s->s_index = nstates++; in generate() 1761 maxfinal = nstates; in generate() 1769 nstates, maxfinal, ntrans); in generate() 1771 nstates, maxfinal, ntrans); in generate() 1778 fprintf(fp, "typedef %-23s t_staterange;\n", inttype(nstates)); in generate() 1844 fprintf(fp, " %u\n};\n\n", nstates); in generate() 1867 fprintf(fp, "\n};\n", nstates); in generate()
|
/external/iproute2/bridge/ |
D | link.c | 321 size_t nstates = sizeof(port_states) / sizeof(*port_states); in brlink_modify() local 324 for (state = 0; state < nstates; state++) in brlink_modify() 327 if (state == nstates) { in brlink_modify()
|
/external/bison/ |
D | ChangeLog-2012 | 16571 `nterms_number', `nrules' as `rules_number', `nstates' as 16825 * src/LR0.h, src/LR0.c (nstates, final_state): Move to... 18350 * src/LR0.c (new_state): Display `nstates' as the name of the 18624 * src/L0.c, src/LR0.h (nstates): Be size_t. 19551 * src/LR0.c (set_state_table): state_table holds exactly nstates. 22798 * src/state.h (nstates, final_state, first_state, first_shift)
|