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

  /external/bison/data/
yacc.c 331 # define YYSTACK_ALLOC YYMALLOC
337 && ! ((defined YYMALLOC || defined malloc) \
344 # ifndef YYMALLOC
345 # define YYMALLOC malloc
    [all...]
glr.c 274 #ifndef YYMALLOC
275 # define YYMALLOC malloc
1141 yyset->yystates = (yyGLRState**) YYMALLOC (16 * sizeof yyset->yystates[0]);
1146 (yybool*) YYMALLOC (16 * sizeof yyset->yylookaheadNeeds[0]);
1170 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]);
1202 yynewItems = (yyGLRStackItem*) YYMALLOC (yynewSize * sizeof yynewItems[0]);
    [all...]
  /external/elfutils/src/
ldscript.c 384 # define YYSTACK_ALLOC YYMALLOC
390 && ! ((defined YYMALLOC || defined malloc) \
397 # ifndef YYMALLOC
398 # define YYMALLOC malloc
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc
    [all...]
  /external/libpcap/
grammar.c 520 # define YYSTACK_ALLOC YYMALLOC
528 # ifndef YYMALLOC
529 # define YYMALLOC malloc
    [all...]
  /system/core/sh/
arith.c 208 # ifndef YYMALLOC
209 # define YYMALLOC malloc
236 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/bison/src/
parse-gram.c 439 # define YYSTACK_ALLOC YYMALLOC
445 && ! ((defined YYMALLOC || defined malloc) \
452 # ifndef YYMALLOC
453 # define YYMALLOC malloc
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp 526 # define YYSTACK_ALLOC YYMALLOC
532 && ! ((defined YYMALLOC || defined malloc) \
539 # ifndef YYMALLOC
540 # define YYMALLOC malloc
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 487 # define YYSTACK_ALLOC YYMALLOC
493 && ! ((defined YYMALLOC || defined malloc) \
500 # ifndef YYMALLOC
501 # define YYMALLOC malloc
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 435 # define YYSTACK_ALLOC YYMALLOC
441 && ! ((defined YYMALLOC || defined malloc) \
448 # ifndef YYMALLOC
449 # define YYMALLOC malloc
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 42 #define YYMALLOC fastMalloc
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 47 #define YYMALLOC fastMalloc
    [all...]

Completed in 989 milliseconds