Searched defs:FIRSTS (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dclosure.c45 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
47 #define FIRSTS(Var) firsts[(Var) - ntokens] macro
77 fprintf (stderr, "FIRSTS\n");
82 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0)
114 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
136 bitset_set (FIRSTS (i), sym - ntokens);
171 if (bitset_test (FIRSTS (i), j - ntokens))
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp1875 FX_INT32 STRIPT, FIRSTS; local
1904 FIRSTS = 0;
1920 FIRSTS = FIRSTS + DFS;
1921 CURS = FIRSTS;
2095 FX_INT32 STRIPT, FIRSTS; local
2148 FIRSTS = 0;
2164 FIRSTS = FIRSTS + DFS;
2165 CURS = FIRSTS;
[all...]

Completed in 721 milliseconds