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.27/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/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 414 local variables YYSIZE and YYSTACKSIZE give the old and new number of
424 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [all...]
  /prebuilts/build-tools/common/bison/
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 830 local variables YYSIZE and YYSTACKSIZE give the old and new number of
840 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1851 YYSIZE_T yystacksize; local
1917 &yystacksize); local
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 535 local variables YYSIZE and YYSTACKSIZE give the old and new number of
545 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1784 YYSIZE_T yystacksize; local
1850 &yystacksize); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 695 local variables YYSIZE and YYSTACKSIZE give the old and new number of
705 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
    [all...]

Completed in 306 milliseconds