Searched refs:alloca (Results 1 - 25 of 193) sorted by relevance

12345678

/external/bison/darwin-lib/
H A Dalloca.h23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_
[all...]
/external/bison/lib/
H A Dalloca.in.h22 means there is a real alloca function. */
26 /* alloca (N) returns a pointer to N bytes of memory
28 Use of alloca should be avoided:
37 #ifndef alloca
39 # define alloca __builtin_alloca macro
41 # define alloca __alloca macro
44 # define alloca _alloca macro
46 # define alloca __ALLOCA macro
53 # define alloca _alloca macro
59 void *alloca (size_
[all...]
/external/bison/linux-lib/
H A Dalloca.h23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_
[all...]
/external/oprofile/libpopt/
H A Dsystem.h41 void * alloca (size_t __size)
50 # include <alloca.h>
53 #pragma alloca
55 # ifndef alloca /* predefined by HP cc +Olibcalls */
56 char *alloca ();
61 #define alloca __builtin_alloca macro
/external/clang/test/CodeGen/
H A Dalloca.c4 void *alloca(size_t size);
8 char *C = (char*)alloca(argc);
/external/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
65 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c5 int alloca; variable
H A Dimplicit-builtin-decl.c10 void *alloca(__SIZE_TYPE__); // redeclaration okay
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dlog.c9 #include <alloca.h>
29 output = alloca(len + 1);
/external/libogg/macos/compat/sys/
H A Dtypes.h5 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; (…)
/external/libvorbis/macos/compat/sys/
H A Dtypes.h5 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; (…)
/external/e2fsprogs/intl/
H A Dlocalealias.c38 # undef alloca macro
39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
47 # include <alloca.h>
50 #pragma alloca
52 # ifndef alloca
53 char *alloca ();
104 /* For those losing systems which don't have `alloca' we have to add
109 # define alloca(n) malloc (n) macro
224 full_fname = (char *) alloca (fname_le
[all...]
/external/tremolo/Tremolo/
H A Dos.h67 # include <alloca.h>
/external/chromium_org/third_party/speex/libspeex/
H A Dstack_alloc.h43 # include <alloca.h>
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size))
/external/libvorbis/lib/
H A Dtone.c18 f=alloca(sizeof(*f)*(argc-1));
19 amp=alloca(sizeof(*amp)*(argc-1));
H A Dlpc.c62 double *aut=alloca(sizeof(*aut)*(m+1));
63 double *lpc=alloca(sizeof(*lpc)*(m));
142 float *work=alloca(sizeof(*work)*(m+n));
/external/speex/libspeex/
H A Dstack_alloc.h43 # include <alloca.h>
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size))
/external/valgrind/main/memcheck/tests/
H A Dthread_alloca.c10 #include <alloca.h>
44 alloca(4096);
/external/compiler-rt/test/builtins/timing/
H A Dashldi3.c43 dummyp = alloca(1);
H A Dashrdi3.c43 dummyp = alloca(1);
H A Dfloatdidf.c41 dummyp = alloca(1);
H A Dfloatdisf.c41 dummyp = alloca(1);
H A Dfloatdixf.c41 dummyp = alloca(1);
H A Dfloatundidf.c38 dummyp = alloca(1);
H A Dfloatundisf.c41 dummyp = alloca(1);

Completed in 1069 milliseconds

12345678