Searched refs:nvars (Results 1 - 17 of 17) sorted by relevance

/external/bison/src/
H A Dderives.c71 rule_list **dset = xcalloc (nvars, sizeof *dset);
91 derives = xnmalloc (nvars, sizeof *derives);
92 q = xnmalloc (nvars + nrules, sizeof *q);
H A Dnullable.c63 symbol_number *squeue = xnmalloc (nvars, sizeof *squeue);
67 rule_list **rsets = xcalloc (nvars, sizeof *rsets);
70 rule_list *relts = xnmalloc (nritems + nvars + 1, sizeof *relts);
72 nullable = xcalloc (nvars, sizeof *nullable);
H A Dreduce.c95 Np = bitset_create (nvars, BITSET_FIXED);
217 nuseless_nonterminals = nvars - nuseful_nonterminals;
294 symbol_number *nontermmap = xnmalloc (nvars, sizeof *nontermmap);
310 symbol **symbols_sorted = xnmalloc (nvars, sizeof *symbols_sorted);
335 nvars -= nuseless_nonterminals;
406 N = bitset_create (nvars, BITSET_FIXED);
439 grammar_file, ntokens, nvars, nrules);
H A Dclosure.c129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
165 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED);
H A Dgram.h28 nvars.
113 extern int nvars;
H A Dlalr.c78 goto_map = xcalloc (nvars + 1, sizeof *goto_map);
79 temp_map = xnmalloc (nvars + 1, sizeof *temp_map);
465 aver (nsyms == nvars + ntokens);
485 while (nonterminal <= nvars)
H A Dgram.c43 int nvars = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
H A Dreader.c248 lhs->number = nvars;
249 ++nvars;
610 accept->number = nvars++;
726 aver (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars);
H A Dsymtab.c337 sym->number = nvars++;
398 sym->number = nvars++;
748 sym->number = nvars++;
H A Dtables.c572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto);
820 && sizeof nvars <= sizeof nvectors);
822 nvectors = state_number_as_int (nstates) + nvars;
H A Doutput.c154 MUSCLE_INSERT_INT ("nterms_number", nvars);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c205 static void adjustlocalvars (LexState *ls, int nvars) { argument
207 fs->nactvar = cast_byte(fs->nactvar + nvars);
208 for (; nvars; nvars--) {
209 getlocvar(fs, fs->nactvar - nvars)->startpc = fs->pc;
310 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { argument
312 int extra = nvars - nexps;
1136 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { argument
1145 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS,
1147 assignment(ls, &nv, nvars
1283 forbody(LexState *ls, int base, int line, int nvars, int isnum) argument
1335 int nvars = 4; /* gen, state, control, plus at least one declared var */ local
1436 int nvars = 0; local
[all...]
/external/chromium_org/v8/src/
H A Dpreparser.cc475 int nvars = 0; // the number of variables declared local
478 if (nvars > 0) Consume(Token::COMMA);
480 nvars++;
488 if (num_decl != NULL) *num_decl = nvars;
H A Dparser.cc2175 int nvars = 0; // the number of variables declared local
2181 if (nvars > 0) Consume(Token::COMMA);
2206 nvars++;
2378 if (nvars == 1 && !is_const) {
/external/javassist/src/main/javassist/
H A DCtBehavior.java700 int nvars = jv.recordParams(getParameterTypes(),
702 jv.recordParamNames(ca, nvars);
774 int nvars = jv.recordParams(getParameterTypes(),
776 jv.recordParamNames(ca, nvars);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c558 int ret, i, nvars; local
585 nvars = 0;
591 nvars++;
596 if (nvars == 0)
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 9465 milliseconds