Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
790 &yystacksize); in yyparse()
796 &yystacksize); in yyparse()
806 if (yystacksize >= YYMAXDEPTH) in yyparse()
808 yystacksize *= 2; in yyparse()
809 if (yystacksize > YYMAXDEPTH) in yyparse()
810 yystacksize = YYMAXDEPTH; in yyparse()
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/bison/data/
Dyacc.c416 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1037 YYSIZE_T yystacksize = YYINITDEPTH;
1096 if (yyss + yystacksize - 1 <= yyssp)
1118 &yystacksize);
1128 if (YYMAXDEPTH <= yystacksize)
1130 yystacksize *= 2;
1131 if (YYMAXDEPTH < yystacksize)
1132 yystacksize = YYMAXDEPTH;
1137 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1155 (unsigned long int) yystacksize));
[all …]
/external/bison/src/
Dparse-gram.c521 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1529 YYSIZE_T yystacksize = YYINITDEPTH; local
1587 if (yyss + yystacksize - 1 <= yyssp)
1609 &yystacksize);
1619 if (YYMAXDEPTH <= yystacksize)
1621 yystacksize *= 2;
1622 if (YYMAXDEPTH < yystacksize)
1623 yystacksize = YYMAXDEPTH;
1628 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1646 (unsigned long int) yystacksize));
[all …]
/external/elfutils/src/
Dldscript.c314 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1023 YYSIZE_T yystacksize = YYINITDEPTH; local
1063 if (yyss + yystacksize - 1 <= yyssp)
1085 &yystacksize);
1095 if (YYMAXDEPTH <= yystacksize)
1097 yystacksize *= 2;
1098 if (YYMAXDEPTH < yystacksize)
1099 yystacksize = YYMAXDEPTH;
1104 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1122 (unsigned long int) yystacksize));
[all …]
/external/libpcap/
Dgrammar.c598 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1581 YYSIZE_T yystacksize = YYINITDEPTH; local
1621 if (yyss + yystacksize - 1 <= yyssp)
1643 &yystacksize);
1653 if (YYMAXDEPTH <= yystacksize)
1655 yystacksize *= 2;
1656 if (YYMAXDEPTH < yystacksize)
1657 yystacksize = YYMAXDEPTH;
1662 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1680 (unsigned long int) yystacksize));
[all …]
/external/bluetooth/bluez/tools/
Dparser.c249 static int yystacksize; variable
297 if ((newsize = yystacksize) == 0) in yygrowstack()
321 yystacksize = newsize; in yygrowstack()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c400 #define yystacksize YYSTACKSIZE macro
593 if (yyssp >= yyss + yystacksize - 1) in yyparse()
634 if (yyssp >= yyss + yystacksize - 1) in yyparse()
1439 if (yyssp >= yyss + yystacksize - 1) in yyparse()