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

  /external/e2fsprogs/intl/
plural.c 343 # define YYSTACK_ALLOC alloca
347 # define YYSTACK_ALLOC alloca
350 # define YYSTACK_ALLOC __builtin_alloca
356 # ifdef YYSTACK_ALLOC
364 # define YYSTACK_ALLOC malloc
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1149 yymsg = (char *) YYSTACK_ALLOC (yysize);
    [all...]
  /system/core/sh/
arith.c 216 # define YYSTACK_ALLOC alloca
220 # define YYSTACK_ALLOC alloca
223 # define YYSTACK_ALLOC __builtin_alloca
228 # ifdef YYSTACK_ALLOC
236 # define YYSTACK_ALLOC YYMALLOC
1014 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [all...]
  /external/elfutils/src/
ldscript.c 352 # define YYSTACK_ALLOC __builtin_alloca
356 # define YYSTACK_ALLOC __alloca
361 # define YYSTACK_ALLOC alloca
373 # ifdef YYSTACK_ALLOC
384 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 461 # define YYSTACK_ALLOC __builtin_alloca
465 # define YYSTACK_ALLOC __alloca
470 # define YYSTACK_ALLOC alloca
482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/libpcap/
grammar.c 498 # define YYSTACK_ALLOC __builtin_alloca
500 # define YYSTACK_ALLOC alloca
509 # ifdef YYSTACK_ALLOC
520 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/bison/data/
yacc.c 475 # define YYSTACK_ALLOC __builtin_alloca
479 # define YYSTACK_ALLOC __alloca
484 # define YYSTACK_ALLOC alloca
496 # ifdef YYSTACK_ALLOC
507 # define YYSTACK_ALLOC YYMALLOC
915 YYSTACK_ALLOC, copy the existing elements, and adjust *YYBOTTOM,
949 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 455 # define YYSTACK_ALLOC __builtin_alloca
459 # define YYSTACK_ALLOC __alloca
464 # define YYSTACK_ALLOC alloca
476 # ifdef YYSTACK_ALLOC
487 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/bison/src/
parse-gram.c 482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC
    [all...]

Completed in 894 milliseconds