HomeSort by relevance Sort by last modified time
    Searched refs:yystacksize (Results 1 - 8 of 8) 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; \
724 YYSIZE_T yystacksize = YYINITDEPTH;
769 if (yyssp >= yyss + yystacksize - 1)
792 &yystacksize);
798 &yystacksize);
808 if (yystacksize >= YYMAXDEPTH)
810 yystacksize *= 2;
811 if (yystacksize > YYMAXDEPTH)
812 yystacksize = YYMAXDEPTH
722 YYSIZE_T yystacksize = YYINITDEPTH; local
    [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/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/elfutils/src/
ldscript.c 304 local variables YYSIZE and YYSTACKSIZE give the old and new number of
314 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1023 YYSIZE_T yystacksize = YYINITDEPTH; local
    [all...]
  /external/webkit/WebKitTools/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/bison/data/
yacc.c 406 local variables YYSIZE and YYSTACKSIZE give the old and new number of
416 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1040 YYSIZE_T yystacksize = YYINITDEPTH;
1099 if (yyss + yystacksize - 1 <= yyssp)
1121 &yystacksize);
1131 if (YYMAXDEPTH <= yystacksize)
1133 yystacksize *= 2;
1134 if (YYMAXDEPTH < yystacksize)
1135 yystacksize = YYMAXDEPTH;
1140 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [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/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...]

Completed in 1352 milliseconds