Searched refs:yyss (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c377 short yyss; member in union:yyalloc
692 `yyss': related to states,
701 short *yyss = yyssa; local
748 yyssp = yyss;
767 if (yyssp >= yyss + yystacksize - 1)
770 YYSIZE_T yysize = yyssp - yyss + 1;
778 short *yyss1 = yyss;
798 yyss = yyss1;
813 short *yyss1 = yyss;
818 YYSTACK_RELOCATE (yyss);
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1243 `yyss': related to states.
1251 yytype_int16 *yyss;
1282 yyssp = yyss = yyssa;
1305 if (yyss + yystacksize - 1 <= yyssp)
1308 YYSIZE_T yysize = yyssp - yyss + 1;
1316 yytype_int16 *yyss1 = yyss;
1327 yyss = yyss1;
1342 yytype_int16 *yyss1 = yyss;
1347 YYSTACK_RELOCATE (yyss_alloc, yyss);
1356 yyssp = yyss
[all...]
/external/bison/src/
H A Dparse-gram.c1926 `yyss': related to states.
1935 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
[all...]
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_tab.cpp2002 `yyss': related to states.
2011 yytype_int16 *yyss;
2051 yyssp = yyss = yyssa;
2076 if (yyss + yystacksize - 1 <= yyssp)
2079 YYSIZE_T yysize = yyssp - yyss + 1;
2087 yytype_int16 *yyss1 = yyss;
2101 yyss = yyss1;
2116 yytype_int16 *yyss1 = yyss;
2121 YYSTACK_RELOCATE (yyss_alloc, yyss);
2131 yyssp = yyss
4854 YYSTACK_FREE (yyss); variable
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c2028 `yyss': related to states.
2037 yytype_int16 *yyss; local
2078 yyss = yyssa;
2094 yyssp = yyss;
2117 if (yyss + yystacksize - 1 <= yyssp)
2120 YYSIZE_T yysize = yyssp - yyss + 1;
2128 yytype_int16 *yyss1 = yyss;
2142 yyss = yyss1;
2157 yytype_int16 *yyss1 = yyss;
2162 YYSTACK_RELOCATE (yyss_alloc, yyss);
[all...]
/external/elfutils/src/
H A Dldscript.c422 yytype_int16 yyss; member in union:yyalloc
1368 `yyss': related to states,
1377 yytype_int16 *yyss = yyssa;
1412 yyssp = yyss;
1428 if (yyss + yystacksize - 1 <= yyssp)
1431 YYSIZE_T yysize = yyssp - yyss + 1;
1439 yytype_int16 *yyss1 = yyss;
1452 yyss = yyss1;
1467 yytype_int16 *yyss1 = yyss;
1472 YYSTACK_RELOCATE (yyss);
1374 yytype_int16 *yyss = yyssa; local
[all...]
/external/libpcap/
H A Dgrammar.c556 short int yyss; member in union:yyalloc
1563 `yyss': related to states,
1572 short int *yyss = yyssa;
1607 yyssp = yyss;
1624 if (yyss + yystacksize - 1 <= yyssp)
1627 YYSIZE_T yysize = yyssp - yyss + 1;
1635 short int *yyss1 = yyss;
1648 yyss = yyss1;
1663 short int *yyss1 = yyss;
1668 YYSTACK_RELOCATE (yyss);
1569 short int *yyss = yyssa; local
[all...]
/external/bison/data/
H A Dyacc.c233 `yyss': related to states.
242 yytype_int16 *yyss;
1472 if (!yyps->yynew && yyps->yyss != yyps->yyssa)
1473 YYSTACK_FREE (yyps->yyss);
1485 #define yyss yyps->yyss macro
1559 yyssp = yyss = yyssa;
1598 if (yyss + yystacksize - 1 <= yyssp)
1601 YYSIZE_T yysize = yyssp - yyss + 1;
1609 yytype_int16 *yyss1 = yyss;]b4_locations_i
[all...]
/external/elfutils/libcpu/
H A Di386_parse.c525 yytype_int16 yyss; member in union:yyalloc
1359 `yyss': related to states,
1368 yytype_int16 *yyss = yyssa;
1403 yyssp = yyss;
1419 if (yyss + yystacksize - 1 <= yyssp)
1422 YYSIZE_T yysize = yyssp - yyss + 1;
1430 yytype_int16 *yyss1 = yyss;
1443 yyss = yyss1;
1458 yytype_int16 *yyss1 = yyss;
1463 YYSTACK_RELOCATE (yyss);
1365 yytype_int16 *yyss = yyssa; local
[all...]
/external/bison/tests/
H A Dtestsuite[all...]

Completed in 137 milliseconds