Searched refs:yyss1 (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 778 short *yyss1 = yyss; in yyparse() local 787 &yyss1, yysize * sizeof (*yyssp), in yyparse() 794 &yyss1, yysize * sizeof (*yyssp), in yyparse() 798 yyss = yyss1; in yyparse() 813 short *yyss1 = yyss; in yyparse() local 824 if (yyss1 != yyssa) in yyparse() 825 YYSTACK_FREE (yyss1); in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 1187 yytype_int16 *yyss1 = yyss; in yyparse() local 1194 &yyss1, yysize * sizeof (*yyssp), in yyparse() 1198 yyss = yyss1; in yyparse() 1213 yytype_int16 *yyss1 = yyss; in yyparse() local 1221 if (yyss1 != yyssa) in yyparse() 1222 YYSTACK_FREE (yyss1); in yyparse()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 1841 yytype_int16 *yyss1 = yyss; in yyparse() local 1848 &yyss1, yysize * sizeof (*yyssp), in yyparse() 1852 yyss = yyss1; in yyparse() 1867 yytype_int16 *yyss1 = yyss; in yyparse() local 1875 if (yyss1 != yyssa) in yyparse() 1876 YYSTACK_FREE (yyss1); in yyparse()
|
/external/libpcap/ |
D | grammar.c | 1908 yytype_int16 *yyss1 = yyss; in yyparse() local 1915 &yyss1, yysize * sizeof (*yyssp), in yyparse() 1919 yyss = yyss1; in yyparse() 1934 yytype_int16 *yyss1 = yyss; in yyparse() local 1942 if (yyss1 != yyssa) in yyparse() 1943 YYSTACK_FREE (yyss1); in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 2209 yytype_int16 *yyss1 = yyss; in yyparse() local 2217 &yyss1, yysize * sizeof (*yyssp), in yyparse() 2223 yyss = yyss1; in yyparse() 2238 yytype_int16 *yyss1 = yyss; in yyparse() local 2247 if (yyss1 != yyssa) in yyparse() 2248 YYSTACK_FREE (yyss1); in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1275 short int *yyss1 = yyss; 1283 &yyss1, yysize * sizeof (*yyssp), 1288 yyss = yyss1; 1303 short int *yyss1 = yyss; 1312 if (yyss1 != yyssa) 1313 YYSTACK_FREE (yyss1);
|