HomeSort by relevance Sort by last modified time
    Searched refs:nvars (Results 1 - 21 of 21) 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/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 205 static void adjustlocalvars (LexState *ls, int nvars) {
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) {
312 int extra = nvars - nexps;
1136 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) {
1145 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS,
1147 assignment(ls, &nv, nvars+1)
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/
preparser.cc 448 int nvars = 0; // the number of variables declared local
451 if (nvars > 0) Consume(Token::COMMA);
453 nvars++;
461 if (num_decl != NULL) *num_decl = nvars;
parser.cc 2081 int nvars = 0; \/\/ the number of variables declared local
    [all...]
  /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/perf-3.12.0/tools/perf/util/
probe-event.c 558 int ret, i, nvars; local
585 nvars = 0;
591 nvars++;
596 if (nvars == 0)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 234 milliseconds