Searched defs:yysize1 (Results 1 - 5 of 5) sorted by relevance

/external/bison/src/
H A Dparse-gram.c1306 YYSIZE_T yysize1;
1355 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1356 yysize_overflow |= (yysize1 < yysize);
1357 yysize = yysize1;
1363 yysize1 = yysize + yystrlen (yyf);
1364 yysize_overflow |= (yysize1 < yysize);
1365 yysize = yysize1;
1305 YYSIZE_T yysize1; local
/external/libpcap/
H A Dgrammar.c2759 YYSIZE_T yysize1;
2809 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
2810 yysize_overflow |= yysize1 < yysize;
2811 yysize = yysize1;
2817 yysize1 = yysize + yystrlen (yyf);
2818 yysize_overflow |= yysize1 < yysize;
2819 yysize = yysize1;
2755 YYSIZE_T yysize1; local
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1348 YYSIZE_T yysize1;
1397 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1398 yysize_overflow |= (yysize1 < yysize);
1399 yysize = yysize1;
1405 yysize1 = yysize + yystrlen (yyf);
1406 yysize_overflow |= (yysize1 < yysize);
1407 yysize = yysize1;
1347 YYSIZE_T yysize1; local
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1687 YYSIZE_T yysize1;
1736 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1737 yysize_overflow |= (yysize1 < yysize);
1738 yysize = yysize1;
1744 yysize1 = yysize + yystrlen (yyf);
1745 yysize_overflow |= (yysize1 < yysize);
1746 yysize = yysize1;
1686 YYSIZE_T yysize1; local
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp2358 YYSIZE_T yysize1;
2407 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
2408 yysize_overflow |= (yysize1 < yysize);
2409 yysize = yysize1;
2415 yysize1 = yysize + yystrlen (yyf);
2416 yysize_overflow |= (yysize1 < yysize);
2417 yysize = yysize1;
2357 YYSIZE_T yysize1; local

Completed in 152 milliseconds