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

  /system/core/sh/
arith.c 711 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
715 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
718 #if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
719 # undef YYMAXDEPTH
722 #ifndef YYMAXDEPTH
723 # define YYMAXDEPTH 10000
1005 if (YYMAXDEPTH <= yystacksize)
1008 if (YYMAXDEPTH < yystacksize)
1009 yystacksize = 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/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 380 #undef YYMAXDEPTH
381 #define YYMAXDEPTH YYSTACKSIZE
383 #ifdef YYMAXDEPTH
384 #define YYSTACKSIZE YYMAXDEPTH
387 #define YYMAXDEPTH 500
    [all...]
  /external/bison/src/
parse-gram.c     [all...]
  /external/bison/data/
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/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 49 #define YYMAXDEPTH 10000
  /external/elfutils/libcpu/
i386_parse.c 1029 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1033 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1036 #ifndef YYMAXDEPTH
1037 # define YYMAXDEPTH 10000
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 52 #define YYMAXDEPTH 10000
    [all...]

Completed in 1529 milliseconds