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...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 442 local variables YYSIZE and YYSTACKSIZE give the old and new number of
452 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
748 YYSIZE_T yystacksize = YYINITDEPTH;
793 if (yyssp >= yyss + yystacksize - 1)
816 &yystacksize);
822 &yystacksize);
832 if (yystacksize >= YYMAXDEPTH)
834 yystacksize *= 2;
835 if (yystacksize > YYMAXDEPTH)
836 yystacksize = YYMAXDEPTH
746 YYSIZE_T yystacksize = YYINITDEPTH; local
    [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/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 391 local variables YYSIZE and YYSTACKSIZE give the old and new number of
401 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [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/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 599 local variables YYSIZE and YYSTACKSIZE give the old and new number of
609 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [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/libpcap/
grammar.c 843 local variables YYSIZE and YYSTACKSIZE give the old and new number of
853 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1856 YYSIZE_T yystacksize; local
1922 &yystacksize); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 667 local variables YYSIZE and YYSTACKSIZE give the old and new number of
677 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [all...]

Completed in 164 milliseconds