Searched refs:yyss (Results 1 - 7 of 7) 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/translator/
H A Dglslang_tab.cpp2301 `yyss': related to states.
2310 yytype_int16 *yyss;
2350 yyssp = yyss = yyssa;
2375 if (yyss + yystacksize - 1 <= yyssp)
2378 YYSIZE_T yysize = yyssp - yyss + 1;
2386 yytype_int16 *yyss1 = yyss;
2400 yyss = yyss1;
2415 yytype_int16 *yyss1 = yyss;
2420 YYSTACK_RELOCATE (yyss_alloc, yyss);
2430 yyssp = yyss
[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/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/bison/tests/
H A Dtestsuite[all...]

Completed in 183 milliseconds