Searched refs:YYMALLOC (Results 1 - 15 of 15) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c284 # define YYSTACK_ALLOC YYMALLOC
290 && ! ((defined YYMALLOC || defined malloc) \
297 # ifndef YYMALLOC
298 # define YYMALLOC malloc macro
H A Dparse-events-bison.c316 # define YYSTACK_ALLOC YYMALLOC
322 && ! ((defined YYMALLOC || defined malloc) \
329 # ifndef YYMALLOC
330 # define YYMALLOC malloc macro
/external/elfutils/0.153/src/
H A Dldscript.c397 # define YYSTACK_ALLOC YYMALLOC
403 && ! ((defined YYMALLOC || defined malloc) \
410 # ifndef YYMALLOC
411 # define YYMALLOC malloc macro
/external/bison/data/
H A Dyacc.c507 # define YYSTACK_ALLOC YYMALLOC
513 && ! ((defined YYMALLOC || defined malloc) \
520 # ifndef YYMALLOC
521 # define YYMALLOC malloc
H A Dglr.c269 #ifndef YYMALLOC
270 # define YYMALLOC malloc macro
1074 yyset->yystates = (yyGLRState**) YYMALLOC (16 * sizeof yyset->yystates[0]);
1079 (yybool*) YYMALLOC (16 * sizeof yyset->yylookaheadNeeds[0]);
1103 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]);
1135 yynewItems = (yyGLRStackItem*) YYMALLOC (yynewSize * sizeof yynewItems[0]);
2111 yymsg = (char *) YYMALLOC (yysize);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp341 # define YYSTACK_ALLOC YYMALLOC
347 && ! ((defined YYMALLOC || defined malloc) \
354 # ifndef YYMALLOC
355 # define YYMALLOC malloc macro
/external/libpcap/
H A Dgrammar.c751 # define YYSTACK_ALLOC YYMALLOC
757 && ! ((defined YYMALLOC || defined malloc) \
764 # ifndef YYMALLOC
765 # define YYMALLOC malloc macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc745 # define YYSTACK_ALLOC YYMALLOC
751 && ! ((defined YYMALLOC || defined malloc) \
758 # ifndef YYMALLOC
759 # define YYMALLOC malloc macro
H A Dglcpp-parse.c478 # define YYSTACK_ALLOC YYMALLOC
484 && ! ((defined YYMALLOC || defined malloc) \
491 # ifndef YYMALLOC
492 # define YYMALLOC malloc macro
/external/elfutils/0.153/libcpu/
H A Di386_parse.c501 # define YYSTACK_ALLOC YYMALLOC
507 && ! ((defined YYMALLOC || defined malloc) \
514 # ifndef YYMALLOC
515 # define YYMALLOC malloc macro
/external/bison/src/
H A Dparse-gram.c493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc macro
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y41 #define YYMALLOC fastMalloc
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c632 # define YYSTACK_ALLOC YYMALLOC
638 && ! ((defined YYMALLOC || defined malloc) \
645 # ifndef YYMALLOC
646 # define YYMALLOC malloc macro
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp528 # define YYSTACK_ALLOC YYMALLOC
534 && ! ((defined YYMALLOC || defined malloc) \
541 # ifndef YYMALLOC
542 # define YYMALLOC malloc macro
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y49 #define YYMALLOC fastMalloc

Completed in 3019 milliseconds