Home | History | Annotate | Download | only in libcpu

Lines Matching refs:yystacksize

576    local variables YYSIZE and YYSTACKSIZE give the old and new number of
586 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1403 YYSIZE_T yystacksize;
1428 yystacksize = YYINITDEPTH;
1449 if (yyss + yystacksize - 1 <= yyssp)
1469 &yystacksize);
1479 if (YYMAXDEPTH <= yystacksize)
1481 yystacksize *= 2;
1482 if (YYMAXDEPTH < yystacksize)
1483 yystacksize = YYMAXDEPTH;
1488 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1504 (unsigned long int) yystacksize));
1506 if (yyss + yystacksize - 1 <= yyssp)