HomeSort by relevance Sort by last modified time
    Searched refs:YYSTACKSIZE (Results 1 - 2 of 2) 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/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...]

Completed in 47 milliseconds