HomeSort by relevance Sort by last modified time
    Searched defs:alloca (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /ndk/sources/host-tools/make-3.81/glob/
glob.c 20 #pragma alloca
213 # undef alloca macro
214 # define alloca(n) __builtin_alloca (n) macro
217 # include <alloca.h>
223 extern char *alloca ();
229 # define __alloca alloca
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 3 /* alloca.c -- allocate automatically reclaimed memory
6 This implementation of the PWB library alloca function,
17 track of all alloca-allocated blocks, and reclaim any
22 As a special case, alloca(0) reclaims storage without
23 allocating any. It is a good idea to use alloca(0) in
28 #include <alloca.h>
47 /* If someone has defined alloca as a macro,
48 there must be some other way alloca is supposed to work. */
49 # ifndef alloca
122 /* An "alloca header" is used to
153 alloca (size_t size) function
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 185 #if defined(HAVE_ALLOCA) && !defined(alloca)
187 # include <alloca.h>
189 # define alloca __builtin_alloca macro
192 # define alloca _alloca macro
200 #pragma alloca
202 void *alloca (unsigned);
204 char *alloca ();
208 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 185 #if defined(HAVE_ALLOCA) && !defined(alloca)
187 # include <alloca.h>
189 # define alloca __builtin_alloca macro
192 # define alloca _alloca macro
200 #pragma alloca
202 void *alloca (unsigned);
204 char *alloca ();
208 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 185 #if defined(HAVE_ALLOCA) && !defined(alloca)
187 # include <alloca.h>
189 # define alloca __builtin_alloca macro
192 # define alloca _alloca macro
200 #pragma alloca
202 void *alloca (unsigned);
204 char *alloca ();
208 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 303 /* The parser invokes alloca or malloc; define the necessary symbols. */
310 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
315 # define alloca _alloca macro
317 # define YYSTACK_ALLOC alloca
336 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 37 # undef alloca macro
38 # define alloca __builtin_alloca macro
43 # define alloca _alloca macro
46 # include <alloca.h>
49 #pragma alloca
51 # ifndef alloca
52 char *alloca ();
467 /* For those losing systems which don't have `alloca' we have to add
472 # define alloca(n) malloc (n) macro
813 charset = (char *) alloca (len + 1)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 247 /* The parser invokes alloca or malloc; define the necessary symbols. */
254 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
259 # define alloca _alloca macro
261 # define YYSTACK_ALLOC alloca
279 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
parse-events-bison.c 279 /* The parser invokes alloca or malloc; define the necessary symbols. */
286 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
291 # define alloca _alloca macro
293 # define YYSTACK_ALLOC alloca
311 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1286 let alloca = build_alloca i32_type "build_alloca" b in var
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1181 llvm::AllocaInst *alloca = local
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 360 /* The parser invokes alloca or malloc; define the necessary symbols. */
367 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
372 # define alloca _alloca macro
374 # define YYSTACK_ALLOC alloca
392 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/gcc-demangle/
cp-demangle.c 99 #pragma alloca
116 # include <alloca.h>
118 # ifndef alloca
120 # define alloca __builtin_alloca macro
122 extern char *alloca ();
124 # endif /* alloca */
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 121 /* get alloca declaration */
123 #undef alloca macro
124 #define alloca __builtin_alloca macro
130 #include <alloca.h>
138 #define cvStackAlloc(size) cvAlignPtr( alloca((size) + CV_MALLOC_ALIGN), CV_MALLOC_ALIGN )
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 489 /* The parser invokes alloca or malloc; define the necessary symbols. */
496 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
501 # define alloca _alloca macro
503 # define YYSTACK_ALLOC alloca
522 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 441 /* The parser invokes alloca or malloc; define the necessary symbols. */
448 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
453 # define alloca _alloca macro
455 # define YYSTACK_ALLOC alloca
473 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
glsl_parser.cc 708 /* The parser invokes alloca or malloc; define the necessary symbols. */
715 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
720 # define alloca _alloca macro
722 # define YYSTACK_ALLOC alloca
740 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 464 /* The parser invokes alloca or malloc; define the necessary symbols. */
471 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
476 # define alloca _alloca macro
478 # define YYSTACK_ALLOC alloca
496 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/libpcap/
grammar.c 714 /* The parser invokes alloca or malloc; define the necessary symbols. */
721 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
726 # define alloca _alloca macro
728 # define YYSTACK_ALLOC alloca
746 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 595 /* The parser invokes alloca or malloc; define the necessary symbols. */
602 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
607 # define alloca _alloca macro
609 # define YYSTACK_ALLOC alloca
627 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]

Completed in 1011 milliseconds

1 2 3 45