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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 362 # define YYSTACK_ALLOC YYMALLOC
368 && ! ((defined YYMALLOC || defined malloc) \
375 # ifndef YYMALLOC
376 # define YYMALLOC malloc
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 545 # define YYSTACK_ALLOC YYMALLOC
551 && ! ((defined YYMALLOC || defined malloc) \
558 # ifndef YYMALLOC
559 # define YYMALLOC malloc
    [all...]
  /prebuilts/build-tools/common/bison/
yacc.c 507 # define YYSTACK_ALLOC YYMALLOC
513 && ! ((defined YYMALLOC || defined malloc) \
520 # ifndef YYMALLOC
521 # define YYMALLOC malloc
    [all...]
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/libpcap/
grammar.c 778 # define YYSTACK_ALLOC YYMALLOC
784 && ! ((defined YYMALLOC || defined malloc) \
791 # ifndef YYMALLOC
792 # define YYMALLOC malloc
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 281 # define YYSTACK_ALLOC YYMALLOC
289 # ifndef YYMALLOC
290 # define YYMALLOC malloc
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 483 # define YYSTACK_ALLOC YYMALLOC
489 && ! ((defined YYMALLOC || defined malloc) \
496 # ifndef YYMALLOC
497 # define YYMALLOC malloc
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 643 # define YYSTACK_ALLOC YYMALLOC
649 && ! ((defined YYMALLOC || defined malloc) \
656 # ifndef YYMALLOC
657 # define YYMALLOC malloc
    [all...]

Completed in 362 milliseconds