Home
last modified time | relevance | path

Searched refs:FIRSTS (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_TrdProc.cpp18 int32_t STRIPT, FIRSTS; in decode_Huffman() local
41 FIRSTS = 0; in decode_Huffman()
55 FIRSTS = FIRSTS + DFS; in decode_Huffman()
56 CURS = FIRSTS; in decode_Huffman()
218 int32_t STRIPT, FIRSTS; in decode_Arith() local
264 FIRSTS = 0; in decode_Arith()
274 FIRSTS = FIRSTS + DFS; in decode_Arith()
275 CURS = FIRSTS; in decode_Arith()
/external/bison/src/
Dclosure.c47 #define FIRSTS(Var) firsts[(Var) - ntokens] macro
81 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0) in print_firsts()
134 bitset_set (FIRSTS (i), sym - ntokens); in set_firsts()
169 if (bitset_test (FIRSTS (i), j - ntokens)) in set_fderives()
/external/bison/tests/
Dsets.at34 /^FIRSTS$/ {
93 FIRSTS
118 # computation of FIRSTS uses TC). It managed to produce a pretty
228 FIRSTS
Dtestsuite20846 /^FIRSTS$/ {
21200 /^FIRSTS$/ {
/external/bison/
DChangeLog-201220133 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are