Searched defs:yystate (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dparser.c333 register int yym, yyn, yystate; local
352 *yyssp = yystate = 0;
355 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
366 YYPREFIX, yystate, yychar, yys);
370 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
376 YYPREFIX, yystate, yytable[yyn]);
382 *++yyssp = yystate = yytable[yyn];
388 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
423 *++yyssp = yystate = yytable[yyn];
450 YYPREFIX, yystate, yycha
[all...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c548 register int yym, yyn, yystate; local
567 *yyssp = yystate = 0;
570 if (yyn = yydefred[yystate]) goto yyreduce;
581 YYPREFIX, yystate, yychar, yys);
585 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
591 YYPREFIX, yystate, yytable[yyn]);
597 *++yyssp = yystate = yytable[yyn];
603 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
638 *++yyssp = yystate = yytable[yyn];
665 YYPREFIX, yystate, yycha
[all...]
/external/e2fsprogs/intl/
H A Dplural.c683 register int yystate; local
738 yystate = 0;
756 | yynewstate -- Push a new state, which is found in yystate. |
765 *yyssp = yystate;
843 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
859 yyn = yypact[yystate];
948 yystate = yyn;
956 yyn = yydefact[yystate];
1113 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
1114 if (yystate >
[all...]
/external/elfutils/src/
H A Dldscript.c996 register int yystate;
1039 yystate = 0;
1055 | yynewstate -- Push a new state, which is found in yystate. |
1064 *yyssp = yystate;
1131 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1146 yyn = yypact[yystate];
1202 yystate = yyn;
1210 yyn = yydefact[yystate];
1674 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1675 if (0 <= yystate
993 register int yystate; local
[all...]
/external/bison/src/
H A Dparse-gram.c1295 yysyntax_error (char *yyresult, int yystate, int yychar)
1297 int yyn = yypact[yystate];
1491 int yystate;
1545 yystate = 0;
1580 | yynewstate -- Push a new state, which is found in yystate. |
1588 *yyssp = yystate;
1655 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1668 yyn = yypact[yystate];
1721 yystate = yyn;
1731 yyn = yydefact[yystate];
1294 yysyntax_error(char *yyresult, int yystate, int yychar) argument
1488 int yystate; local
[all...]
/external/libpcap/
H A Dgrammar.c1554 int yystate;
1597 yystate = 0;
1613 | yynewstate -- Push a new state, which is found in yystate. |
1622 *yyssp = yystate;
1689 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1704 yyn = yypact[yystate];
1760 yystate = yyn;
1768 yyn = yydefact[yystate];
2734 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2735 if (0 <= yystate
1551 int yystate; local
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1337 yysyntax_error (char *yyresult, int yystate, int yychar)
1339 int yyn = yypact[yystate];
1532 int yystate;
1594 yystate = 0;
1632 | yynewstate -- Push a new state, which is found in yystate. |
1640 *yyssp = yystate;
1708 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1710 if (yystate == YYFINAL)
1724 yyn = yypact[yystate];
1773 yystate
1336 yysyntax_error(char *yyresult, int yystate, int yychar) argument
1530 int yystate; local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1676 yysyntax_error (char *yyresult, int yystate, int yychar)
1678 int yyn = yypact[yystate];
1870 int yystate;
1919 yystate = 0;
1935 | yynewstate -- Push a new state, which is found in yystate. |
1943 *yyssp = yystate;
2010 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2023 yyn = yypact[yystate];
2076 yystate = yyn;
2086 yyn = yydefact[yystate];
1675 yysyntax_error(char *yyresult, int yystate, int yychar) argument
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp2347 yysyntax_error (char *yyresult, int yystate, int yychar)
2349 int yyn = yypact[yystate];
2542 int yystate;
2604 yystate = 0;
2642 | yynewstate -- Push a new state, which is found in yystate. |
2650 *yyssp = yystate;
2718 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2720 if (yystate == YYFINAL)
2734 yyn = yypact[yystate];
2783 yystate
2346 yysyntax_error(char *yyresult, int yystate, int yychar) argument
[all...]

Completed in 145 milliseconds