HomeSort by relevance Sort by last modified time
    Searched refs:nvars (Results 1 - 18 of 18) sorted by null

  /external/bison/src/
derives.c 71 rule_list **dset = xcalloc (nvars, sizeof *dset);
91 derives = xnmalloc (nvars, sizeof *derives);
92 q = xnmalloc (nvars + nrules, sizeof *q);
nullable.c 63 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);
reduce.c 95 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);
closure.c 114 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
150 | Set FDERIVES to an NVARS by NRULES matrix of bits indicating which |
165 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED);
gram.h 26 NTOKENS is the number of tokens, and NVARS is the number of
28 nvars.
113 extern int nvars;
lalr.c 78 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)
gram.c 43 int nvars = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
reader.c 248 lhs->number = nvars;
249 ++nvars;
610 accept->number = nvars++;
726 aver (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars);
symtab.c 337 sym->number = nvars++;
398 sym->number = nvars++;
748 sym->number = nvars++;
tables.c 572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto);
820 && sizeof nvars <= sizeof nvectors);
822 nvectors = state_number_as_int (nstates) + nvars;
output.c 154 MUSCLE_INSERT_INT ("nterms_number", nvars);
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 251 size_t nvars = e->vars().size(); local
253 for (size_t j = 0; j < nvars; j++) {
512 size_t nvars = 0; local
534 nvars = 0;
535 while (nvars < maxvars || maxvars == 0) {
538 for (j = nvars; j < maxvars; j++) {
544 if (nvars == 0 || j > nvars) {
547 if (nvars == 0 && j == maxvars) {
556 if (nvars == 0)
602 size_t nvars = evars.size(); local
    [all...]
EntryPoint.cpp 129 int nvars = 0; local
137 nvars++;
145 oss << "var" << nvars; local
  /external/javassist/src/main/javassist/
CtBehavior.java 700 int nvars = jv.recordParams(getParameterTypes(), local
702 jv.recordParamNames(ca, nvars);
774 int nvars = jv.recordParams(getParameterTypes(), local
776 jv.recordParamNames(ca, nvars);
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 456 int ret, i, nvars; local
482 nvars = 0;
488 nvars++;
493 if (nvars == 0)
    [all...]
  /external/v8/src/
preparser.cc 445 int nvars = 0; // the number of variables declared local
448 if (nvars > 0) Consume(i::Token::COMMA);
457 nvars++;
465 if (num_decl != NULL) *num_decl = nvars;
    [all...]
parser.cc 2153 int nvars = 0; \/\/ the number of variables declared local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 736 milliseconds