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 339 # define YYSTACK_ALLOC YYMALLOC
345 && ! ((defined YYMALLOC || defined malloc) \
352 # ifndef YYMALLOC
353 # 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...]
  /external/bison/data/
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 791 # define YYSTACK_ALLOC YYMALLOC
797 && ! ((defined YYMALLOC || defined malloc) \
804 # ifndef YYMALLOC
805 # 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/bison/src/
parse-gram.c 493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 615 # define YYSTACK_ALLOC YYMALLOC
621 && ! ((defined YYMALLOC || defined malloc) \
628 # ifndef YYMALLOC
629 # define YYMALLOC malloc
    [all...]

Completed in 695 milliseconds