Home
last modified time | relevance | path

Searched refs:stateno (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Parser/
Dspark.py88 def __init__(self, stateno, items): argument
90 self.stateno = stateno
390 key = (X.stateno, nextSym)
428 nk = self.cores[tcore] = self.edges[(k, None)] = NK.stateno
/external/libxml2/
Dxmlregexp.c596 int stateno, atomno, targetno, prev; in xmlRegEpxFromParse() local
600 stateno = stateRemap[i]; in xmlRegEpxFromParse()
601 if (stateno == -1) in xmlRegEpxFromParse()
605 transitions[stateno * (nbatoms + 1)] = state->type; in xmlRegEpxFromParse()
626 prev = transitions[stateno * (nbatoms + 1) + atomno + 1]; in xmlRegEpxFromParse()
650 transitions[stateno * (nbatoms + 1) + atomno + 1] = in xmlRegEpxFromParse()
653 transdata[stateno * nbatoms + atomno] = in xmlRegEpxFromParse()
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py2287 for stateno, state in enumerate(C):
2290 t = (stateno, p.prod[p.lr_index+1])
/external/python/pycparser/pycparser/ply/
Dyacc.py2285 for stateno, state in enumerate(C):
2288 t = (stateno, p.prod[p.lr_index+1])
/external/ply/ply/ply/
Dyacc.py2287 for stateno, state in enumerate(C):
2290 t = (stateno, p.prod[p.lr_index+1])
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c155398 YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */
156234 yypParser->yystack[0].stateno = 0;
156473 int stateno, iLookAhead, i;
156475 for(stateno=0; stateno<YYNSTATE; stateno++){
156476 i = yy_shift_ofst[stateno];
156479 if( yycoverage[stateno][iLookAhead]==0 ) nMissed++;
156481 fprintf(out,"State %d lookahead %s %s\n", stateno,
156483 yycoverage[stateno][iLookAhead] ? "ok" : "missed");
156497 YYACTIONTYPE stateno /* Current state number */
156501 if( stateno>YY_MAX_SHIFT ) return stateno;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c154696 YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */
155532 yypParser->yystack[0].stateno = 0;
155771 int stateno, iLookAhead, i;
155773 for(stateno=0; stateno<YYNSTATE; stateno++){
155774 i = yy_shift_ofst[stateno];
155777 if( yycoverage[stateno][iLookAhead]==0 ) nMissed++;
155779 fprintf(out,"State %d lookahead %s %s\n", stateno,
155781 yycoverage[stateno][iLookAhead] ? "ok" : "missed");
155795 YYACTIONTYPE stateno /* Current state number */
155799 if( stateno>YY_MAX_SHIFT ) return stateno;
[all …]
/external/sqlite/dist/
Dsqlite3.c154712 YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */
155548 yypParser->yystack[0].stateno = 0;
155787 int stateno, iLookAhead, i;
155789 for(stateno=0; stateno<YYNSTATE; stateno++){
155790 i = yy_shift_ofst[stateno];
155793 if( yycoverage[stateno][iLookAhead]==0 ) nMissed++;
155795 fprintf(out,"State %d lookahead %s %s\n", stateno,
155797 yycoverage[stateno][iLookAhead] ? "ok" : "missed");
155811 YYACTIONTYPE stateno /* Current state number */
155815 if( stateno>YY_MAX_SHIFT ) return stateno;
[all …]