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

  /external/bison/data/
glr.c 269 #ifndef YYMALLOC
270 # define YYMALLOC malloc
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]);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
pmu-bison.c 284 # define YYSTACK_ALLOC YYMALLOC
290 && ! ((defined YYMALLOC || defined malloc) \
297 # ifndef YYMALLOC
298 # define YYMALLOC malloc
    [all...]
parse-events-bison.c 316 # define YYSTACK_ALLOC YYMALLOC
322 && ! ((defined YYMALLOC || defined malloc) \
329 # ifndef YYMALLOC
330 # define YYMALLOC malloc
    [all...]
  /external/elfutils/src/src/
ldscript.c 407 # define YYSTACK_ALLOC YYMALLOC
413 && ! ((defined YYMALLOC || defined malloc) \
420 # ifndef YYMALLOC
421 # define YYMALLOC malloc
    [all...]
  /external/bison/src/
parse-gram.c 493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc
    [all...]
  /external/elfutils/src/libcpu/
i386_parse.c 522 # define YYSTACK_ALLOC YYMALLOC
528 && ! ((defined YYMALLOC || defined malloc) \
535 # ifndef YYMALLOC
536 # define YYMALLOC malloc
    [all...]
  /external/libpcap/
grammar.c 751 # define YYSTACK_ALLOC YYMALLOC
757 && ! ((defined YYMALLOC || defined malloc) \
764 # ifndef YYMALLOC
765 # define YYMALLOC malloc
    [all...]

Completed in 924 milliseconds