HomeSort by relevance Sort by last modified time
    Searched refs:alloca (Results 101 - 125 of 414) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvorbis/lib/
os.h 57 # define alloca _alloca macro
67 # include <alloca.h>
lsp.c 149 long *ilsp=alloca(m*sizeof(*ilsp));
313 double *defl=alloca(sizeof(*defl)*(ord+1));
369 double *root=alloca(ord*sizeof(*root));
408 float *g1=alloca(sizeof(*g1)*(order2+1));
409 float *g2=alloca(sizeof(*g2)*(order2+1));
410 float *g1r=alloca(sizeof(*g1r)*(order2+1));
411 float *g2r=alloca(sizeof(*g2r)*(order2+1));
  /external/e2fsprogs/intl/
printf.c 25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
33 # include <alloca.h>
36 #pragma alloca
38 # ifndef alloca
39 char *alloca ();
  /external/tremolo/Tremolo/
mapping0.c 133 alloca(sizeof(*pcmbundle)*vi->channels);
135 alloca(sizeof(*zerobundle)*vi->channels);
137 alloca(sizeof(*nonzero)*vi->channels);
139 alloca(sizeof(*floormemo)*vi->channels);
152 floormemo[i]=alloca(sizeof(*floormemo[i])*
157 floormemo[i]=alloca(sizeof(*floormemo[i])*
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 15 (* Create an alloca instruction in the entry block of the function. This
149 * var = alloca double
170 (* Create an alloca for the variable in the entry block. *)
171 let alloca = create_entry_block_alloca the_function var_name in var
176 (* Store the value into the alloca. *)
177 ignore(build_store start_val alloca builder);
196 Hashtbl.add named_values var_name alloca;
214 (* Reload, increment, and restore the alloca. This handles the case where
216 let cur_var = build_load alloca var_name builder in
218 ignore(build_store next_var alloca builder)
260 let alloca = create_entry_block_alloca the_function var_name in var
326 let alloca = create_entry_block_alloca the_function var_name in var
    [all...]
  /external/bison/lib/
spawni.c 24 #include <alloca.h>
64 # define alloca __alloca macro
121 char **new_argv = (char **) alloca ((argc + 1) * sizeof (char *));
312 path = (char *) alloca (1 + len);
323 name = alloca (pathlen + len + 1);
  /external/libunwind/tests/
ia64-test-dyn1.c 114 r_epi = alloca (_U_dyn_region_info_size (5));
125 r_pro = alloca (_U_dyn_region_info_size (4));
141 r = alloca (_U_dyn_region_info_size (16));
152 r = alloca (_U_dyn_region_info_size (16));
165 r = alloca (_U_dyn_region_info_size (16));
forker.c 45 child_argv = alloca ((argc - 1) * sizeof (char *));
  /external/clang/test/Analysis/
unix-fns.c 19 void *alloca(size_t);
136 char *foo = alloca(0); // expected-warning{{Call to 'alloca' has an allocation size of 0 bytes}}
142 char *foo = alloca(sz); // no-warning
148 char *foo2 = __builtin_alloca(0); // expected-warning{{Call to 'alloca' has an allocation size of 0 bytes}}
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 23 #include <alloca.h>
120 char *tmp = alloca(home_len + 1);
128 xdg_home = alloca(home_len + sizeof "/.config");
  /external/libopus/celt/
stack_alloc.h 47 # include <alloca.h>
108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 34 #include <alloca.h>
148 char *__new_room = (char *) alloca (__new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 34 #include <alloca.h>
148 char *__new_room = (char *) alloca (__new_size);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 210 #if defined(HAVE_ALLOCA) && !defined(alloca)
212 # include <alloca.h>
214 # define alloca __builtin_alloca macro
217 # define alloca _alloca macro
225 #pragma alloca
227 void *alloca(unsigned);
229 char *alloca();
233 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 210 #if defined(HAVE_ALLOCA) && !defined(alloca)
212 # include <alloca.h>
214 # define alloca __builtin_alloca macro
217 # define alloca _alloca macro
225 #pragma alloca
227 void *alloca(unsigned);
229 char *alloca();
233 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 200 #if defined(HAVE_ALLOCA) && !defined(alloca)
202 # include <alloca.h>
204 # define alloca __builtin_alloca macro
207 # define alloca _alloca macro
215 #pragma alloca
217 void *alloca(unsigned);
219 char *alloca();
223 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 210 #if defined(HAVE_ALLOCA) && !defined(alloca)
212 # include <alloca.h>
214 # define alloca __builtin_alloca macro
217 # define alloca _alloca macro
225 #pragma alloca
227 void *alloca(unsigned);
229 char *alloca();
233 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /external/compiler-rt/test/builtins/timing/
divdi3.c 46 dummyp = alloca(1);
moddi3.c 46 dummyp = alloca(1);
modsi3.c 46 dummyp = alloca(1);
muldi3.c 46 dummyp = alloca(1);
udivdi3.c 46 dummyp = alloca(1);
umoddi3.c 46 dummyp = alloca(1);
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 5 EXPLICIT_SYMBOL2(alloca, _alloca)
71 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
  /toolchain/binutils/binutils-2.25/gas/
remap.c 87 s = (char *) alloca (name_len + map->new_len);

Completed in 3292 milliseconds

1 2 3 45 6 7 8 91011>>