Home
last modified time | relevance | path

Searched refs:yyss (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c377 short yyss; member
701 short *yyss = yyssa; in yyparse() local
748 yyssp = yyss; in yyparse()
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
778 short *yyss1 = yyss; in yyparse()
798 yyss = yyss1; in yyparse()
813 short *yyss1 = yyss; in yyparse()
818 YYSTACK_RELOCATE (yyss); in yyparse()
830 yyssp = yyss + yysize - 1; in yyparse()
[all …]
/external/bison/data/
Dyacc.c242 yytype_int16 *yyss;
1472 if (!yyps->yynew && yyps->yyss != yyps->yyssa)
1473 YYSTACK_FREE (yyps->yyss);
1485 #define yyss yyps->yyss
1559 yyssp = yyss = yyssa;
1598 if (yyss + yystacksize - 1 <= yyssp)
1601 YYSIZE_T yysize = yyssp - yyss + 1;
1609 yytype_int16 *yyss1 = yyss;]b4_locations_if([
1623 yyss = yyss1;
1638 yytype_int16 *yyss1 = yyss;
[all …]
/external/elfutils/src/
Dldscript.c422 yytype_int16 yyss; member
1374 yytype_int16 *yyss = yyssa; local
1409 yyssp = yyss;
1425 if (yyss + yystacksize - 1 <= yyssp)
1428 YYSIZE_T yysize = yyssp - yyss + 1;
1436 yytype_int16 *yyss1 = yyss;
1449 yyss = yyss1;
1464 yytype_int16 *yyss1 = yyss;
1469 YYSTACK_RELOCATE (yyss);
1479 yyssp = yyss + yysize - 1;
[all …]
/external/libpcap/
Dgrammar.c556 short int yyss; member
1569 short int *yyss = yyssa; local
1604 yyssp = yyss;
1621 if (yyss + yystacksize - 1 <= yyssp)
1624 YYSIZE_T yysize = yyssp - yyss + 1;
1632 short int *yyss1 = yyss;
1645 yyss = yyss1;
1660 short int *yyss1 = yyss;
1665 YYSTACK_RELOCATE (yyss);
1675 yyssp = yyss + yysize - 1;
[all …]
/external/bison/src/
Dparse-gram.c1935 yytype_int16 *yyss; local
1980 yyssp = yyss = yyssa;
2022 if (yyss + yystacksize - 1 <= yyssp)
2025 YYSIZE_T yysize = yyssp - yyss + 1;
2033 yytype_int16 *yyss1 = yyss;
2047 yyss = yyss1;
2062 yytype_int16 *yyss1 = yyss;
2067 YYSTACK_RELOCATE (yyss_alloc, yyss);
2077 yyssp = yyss + yysize - 1;
2084 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c398 short yyss[YYSTACKSIZE]; variable
565 yyssp = yyss; in yyparse()
593 if (yyssp >= yyss + yystacksize - 1) in yyparse()
634 if (yyssp >= yyss + yystacksize - 1) in yyparse()
649 if (yyssp <= yyss) goto yyabort; in yyparse()
1439 if (yyssp >= yyss + yystacksize - 1) in yyparse()
/external/elfutils/libcpu/
Di386_parse.c525 yytype_int16 yyss; member
1365 yytype_int16 *yyss = yyssa; local
1400 yyssp = yyss;
1416 if (yyss + yystacksize - 1 <= yyssp)
1419 YYSIZE_T yysize = yyssp - yyss + 1;
1427 yytype_int16 *yyss1 = yyss;
1440 yyss = yyss1;
1455 yytype_int16 *yyss1 = yyss;
1460 YYSTACK_RELOCATE (yyss);
1470 yyssp = yyss + yysize - 1;
[all …]
/external/bison/tests/
Dpush.at53 /* Make sure we don't try to free ps->yyss in this case. */
57 /* yypstate_delete used to leak ps->yyss if the stack was reallocated but the
Dtestsuite178227 /* Make sure we don't try to free ps->yyss in this case. */
178231 /* yypstate_delete used to leak ps->yyss if the stack was reallocated but the
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp531 yytype_int16 yyss; member
1891 yytype_int16 *yyss = yyssa; local
1926 yyssp = yyss;
1942 if (yyss + yystacksize - 1 <= yyssp)
1945 YYSIZE_T yysize = yyssp - yyss + 1;
1953 yytype_int16 *yyss1 = yyss;
1966 yyss = yyss1;
1981 yytype_int16 *yyss1 = yyss;
1986 YYSTACK_RELOCATE (yyss);
1996 yyssp = yyss + yysize - 1;
[all …]
/external/bison/
DChangeLog716 * data/yacc.c: Fuse the initializations of yyssp, yyss and the like.
DChangeLog-20126155 yyss, yyvs, yyls, and yystacksize.
6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
6163 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
6210 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
8826 (union yyalloc.yyss): Use yytype_int16 rather than short.
12385 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,