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

  /external/bison/data/
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...]
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...]
  /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...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 811 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
815 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
818 #ifndef YYMAXDEPTH
819 # define YYMAXDEPTH 10000
    [all...]
  /toolchain/binutils/binutils-2.25/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...]
  /external/bison/src/
parse-gram.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp     [all...]

Completed in 534 milliseconds