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

  /external/bison/src/
closure.c 43 static bitsetv firsts = NULL; variable
45 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
47 #define FIRSTS(Var) firsts[(Var) - ntokens]
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
82 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0)
114 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
136 bitset_set (FIRSTS (i), sym - ntokens)
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_TrdProc.cpp 18 int32_t STRIPT, FIRSTS;
41 FIRSTS = 0;
55 FIRSTS = FIRSTS + DFS;
56 CURS = FIRSTS;
218 int32_t STRIPT, FIRSTS;
264 FIRSTS = 0;
274 FIRSTS = FIRSTS + DFS;
275 CURS = FIRSTS;
    [all...]
  /external/bison/tests/
testsuite 692 100;sets.at:193;Firsts;;
    [all...]

Completed in 477 milliseconds