Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
945 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1000 yysize = yysize0; in yysyntax_error()
1005 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
1006 if (! (yysize <= yysize1 in yysyntax_error()
1009 yysize = yysize1; in yysyntax_error()
1031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1032 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1034 yysize = yysize1; in yysyntax_error()
1037 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/gettext/gettext-runtime/intl/
Dplural.c462 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
946 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1001 yysize = yysize0; in yysyntax_error()
1006 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
1007 if (! (yysize <= yysize1 in yysyntax_error()
1010 yysize = yysize1; in yysyntax_error()
1032 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1033 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1035 yysize = yysize1; in yysyntax_error()
1038 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.cpp398 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \
823 YYSIZE_T yysize = yysize0; in yysyntax_error() local
881 yysize = yysize0; in yysyntax_error()
886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error()
887 if (!(yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
889 yysize = yysize1; in yysyntax_error()
911 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
912 if (!(yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
914 yysize = yysize1; in yysyntax_error()
917 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp398 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \
823 YYSIZE_T yysize = yysize0; in yysyntax_error() local
881 yysize = yysize0; in yysyntax_error()
886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error()
887 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
888 yysize = yysize1; in yysyntax_error()
913 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
914 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
915 yysize = yysize1; in yysyntax_error()
920 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dyacc.c521 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
956 YYSIZE_T yysize = (YYSIZE_T) (yyesp - *yyes + 1);
957 if (yylen < yysize)
964 yylen -= yysize;
1110 YYSIZE_T yysize = yysize0;
1183 yysize = yysize0;
1188 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1189 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)
1190 yysize = yysize1;
1219 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
[all …]
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c1218 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1723 YYPTRDIFF_T yysize = 0; in yysyntax_error() local
1752 yysize = yysize0; in yysyntax_error()
1772 yysize = yysize0; in yysyntax_error()
1778 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
1779 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
1780 yysize = yysize1; in yysyntax_error()
1807 YYPTRDIFF_T yysize1 = yysize + (yystrlen (yyformat) - 2 * yycount) + 1; in yysyntax_error()
1808 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
1809 yysize = yysize1; in yysyntax_error()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.cpp670 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \
1943 YYSIZE_T yysize = yysize0; in yysyntax_error() local
2001 yysize = yysize0; in yysyntax_error()
2006 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error()
2007 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
2008 yysize = yysize1; in yysyntax_error()
2033 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
2034 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
2035 yysize = yysize1; in yysyntax_error()
2040 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab.cpp641 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
2091 YYSIZE_T yysize = yysize0; in yysyntax_error() local
2146 yysize = yysize0; in yysyntax_error()
2151 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
2152 if (! (yysize <= yysize1 in yysyntax_error()
2155 yysize = yysize1; in yysyntax_error()
2177 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2178 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2180 yysize = yysize1; in yysyntax_error()
2183 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1945 YYSIZE_T yysize = yysize0; in yysyntax_error() local
2000 yysize = yysize0; in yysyntax_error()
2005 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
2006 if (! (yysize <= yysize1 in yysyntax_error()
2009 yysize = yysize1; in yysyntax_error()
2031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2032 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2034 yysize = yysize1; in yysyntax_error()
2037 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped357 YYCOPY (&yyptr->Stack, Stack, yysize); \
1267 YYSIZE_T yysize = yyssp - yyss + 1;
1283 &yyss1, yysize * sizeof (*yyssp),
1284 &yyvs1, yysize * sizeof (*yyvsp),
1318 yyssp = yyss + yysize - 1;
1319 yyvsp = yyvs + yysize - 1;
1876 YYSIZE_T yysize = yysize0;
1922 yysize = yysize0;
1927 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1928 yysize_overflow |= yysize1 < yysize;
[all …]
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp828 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
3827 YYSIZE_T yysize = yysize0; in yysyntax_error() local
3882 yysize = yysize0; in yysyntax_error()
3887 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
3888 if (! (yysize <= yysize1 in yysyntax_error()
3891 yysize = yysize1; in yysyntax_error()
3913 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
3914 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
3916 yysize = yysize1; in yysyntax_error()
3919 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/third_party/sqlite/src/
Dsqlite3.c163626 int yysize; /* Amount to pop the stack */
165123 yysize = yyRuleInfoNRhs[yyruleno];
165124 yyact = yy_find_reduce_action(yymsp[yysize].stateno,(YYCODETYPE)yygoto);
165133 yymsp += yysize+1;
165278 int yysize = yyRuleInfoNRhs[yyruleno];
165279 if( yysize ){
165284 yypParser->yytos[yysize].stateno);