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

  /external/e2fsprogs/intl/
plural.c 545 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
549 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
552 #if YYMAXDEPTH == 0
553 # undef YYMAXDEPTH
556 #ifndef YYMAXDEPTH
557 # define YYMAXDEPTH 10000
806 if (yystacksize >= YYMAXDEPTH)
809 if (yystacksize > YYMAXDEPTH)
810 yystacksize = YYMAXDEPTH;
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
plural.c 569 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
573 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
576 #if YYMAXDEPTH == 0
577 # undef YYMAXDEPTH
580 #ifndef YYMAXDEPTH
581 # define YYMAXDEPTH 10000
832 if (yystacksize >= YYMAXDEPTH)
835 if (yystacksize > YYMAXDEPTH)
836 yystacksize = YYMAXDEPTH;
    [all...]
  /prebuilts/build-tools/common/bison/
yacc.c 899 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
903 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
906 #ifndef YYMAXDEPTH
907 # define YYMAXDEPTH ]b4_stack_depth_max[
937 /* Use YYMAXDEPTH for maximum stack size given that the stack
940 if (YYMAXDEPTH < yysize_new)
946 if (YYMAXDEPTH < yyalloc)
947 yyalloc = YYMAXDEPTH;
    [all...]
glr.c 546 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
550 SIZE_MAX < YYMAXDEPTH * sizeof (GLRStackItem)
553 #ifndef YYMAXDEPTH
554 # define YYMAXDEPTH ]b4_stack_depth_max[
1130 if (YYMAXDEPTH - YYHEADROOM < yysize)
1133 if (YYMAXDEPTH < yynewSize)
1134 yynewSize = YYMAXDEPTH;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 834 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
838 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
841 #ifndef YYMAXDEPTH
842 # define YYMAXDEPTH 10000
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp     [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp     [all...]

Completed in 95 milliseconds