HomeSort by relevance Sort by last modified time
    Searched refs:yystacksize (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/intl/
plural.c 418 local variables YYSIZE and YYSTACKSIZE give the old and new number of
428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
722 YYSIZE_T yystacksize = YYINITDEPTH; local
767 if (yyssp >= yyss + yystacksize - 1)
790 &yystacksize);
796 &yystacksize);
806 if (yystacksize >= YYMAXDEPTH)
808 yystacksize *= 2;
809 if (yystacksize > YYMAXDEPTH)
810 yystacksize = YYMAXDEPTH
    [all...]
  /external/bison/src/
parse-gram.c 550 local variables YYSIZE and YYSTACKSIZE give the old and new number of
560 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1951 YYSIZE_T yystacksize; local
2044 &yystacksize); local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
pmu-bison.c 338 local variables YYSIZE and YYSTACKSIZE give the old and new number of
348 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1175 YYSIZE_T yystacksize; local
1250 &yystacksize); local
    [all...]
parse-events-bison.c 370 local variables YYSIZE and YYSTACKSIZE give the old and new number of
380 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1284 YYSIZE_T yystacksize; local
1359 &yystacksize); local
    [all...]
  /external/bison/data/
yacc.c 258 YYSIZE_T yystacksize;]b4_lac_if([[
566 local variables YYSIZE and YYSTACKSIZE give the old and new number of
576 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1494 #define yystacksize macro
    [all...]
  /external/elfutils/src/src/
ldscript.c 461 local variables YYSIZE and YYSTACKSIZE give the old and new number of
471 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1400 YYSIZE_T yystacksize; local
1466 &yystacksize); local
    [all...]
  /external/libpcap/
grammar.c 805 local variables YYSIZE and YYSTACKSIZE give the old and new number of
815 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2031 YYSIZE_T yystacksize; local
2106 &yystacksize); local
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 349 local variables YYSIZE and YYSTACKSIZE give the old and new number of
359 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [all...]
  /external/elfutils/src/libcpu/
i386_parse.c 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; local
1469 &yystacksize); local
    [all...]

Completed in 42 milliseconds