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

  /external/bluetooth/bluez/tools/
parser.c 222 #ifdef YYSTACKSIZE
224 #define YYMAXDEPTH YYSTACKSIZE
227 #define YYSTACKSIZE YYMAXDEPTH
229 #define YYSTACKSIZE 500
249 static int yystacksize; variable
297 if ((newsize = yystacksize) == 0)
321 yystacksize = newsize;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 379 #ifdef YYSTACKSIZE
381 #define YYMAXDEPTH YYSTACKSIZE
384 #define YYSTACKSIZE YYMAXDEPTH
386 #define YYSTACKSIZE 500
398 short yyss[YYSTACKSIZE];
399 YYSTYPE yyvs[YYSTACKSIZE];
400 #define yystacksize YYSTACKSIZE macro
593 if (yyssp >= yyss + yystacksize - 1)
634 if (yyssp >= yyss + yystacksize - 1
    [all...]
  /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...]
  /system/core/sh/
arith.c 281 local variables YYSIZE and YYSTACKSIZE give the old and new number of
291 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
932 YYSIZE_T yystacksize = YYINITDEPTH;
973 if (yyss + yystacksize - 1 <= yyssp)
995 &yystacksize);
1005 if (YYMAXDEPTH <= yystacksize)
1007 yystacksize *= 2;
1008 if (YYMAXDEPTH < yystacksize)
1009 yystacksize = YYMAXDEPTH;
1014 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
929 YYSIZE_T yystacksize = YYINITDEPTH; local
    [all...]
  /external/bison/src/
parse-gram.c 511 local variables YYSIZE and YYSTACKSIZE give the old and new number of
521 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1529 YYSIZE_T yystacksize = YYINITDEPTH; local
1609 &yystacksize); local
    [all...]
  /external/elfutils/src/
ldscript.c 454 local variables YYSIZE and YYSTACKSIZE give the old and new number of
464 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1386 YYSIZE_T yystacksize = YYINITDEPTH; local
1447 &yystacksize); local
    [all...]
  /external/libpcap/
grammar.c 588 local variables YYSIZE and YYSTACKSIZE give the old and new number of
598 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1581 YYSIZE_T yystacksize = YYINITDEPTH; local
1643 &yystacksize); local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 557 local variables YYSIZE and YYSTACKSIZE give the old and new number of
567 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1377 YYSIZE_T yystacksize = YYINITDEPTH; local
1438 &yystacksize); local
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 507 local variables YYSIZE and YYSTACKSIZE give the old and new number of
517 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1560 YYSIZE_T yystacksize; local
1662 &yystacksize); local
    [all...]

Completed in 149 milliseconds