HomeSort by relevance Sort by last modified time
    Searched refs:alloca (Results 151 - 175 of 591) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/test/builtins/timing/
floatundidf.c 38 dummyp = alloca(1);
floatundisf.c 41 dummyp = alloca(1);
floatundixf.c 41 dummyp = alloca(1);
lshrdi3.c 43 dummyp = alloca(1);
negdi2.c 44 dummyp = alloca(1);
  /external/kmod/shared/
missing.h 41 char *__new = alloca(__len + 1); \
  /external/syslinux/com32/modules/
gpxecmd.c 19 #include <alloca.h>
sanboot.c 19 #include <alloca.h>
whichsys.c 26 #include <alloca.h>
49 q = str = alloca(len);
ifcpu.c 18 #include <alloca.h>
73 q = str = alloca(len);
  /external/libvorbis/lib/
os.h 57 # define alloca _alloca macro
67 # include <alloca.h>
  /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/swiftshader/src/Reactor/
Optimizer.cpp 113 for(Ice::Inst &alloca : entryBlock->getInsts())
115 if(alloca.isDeleted())
120 if(!llvm::isa<Ice::InstAlloca>(alloca))
125 Ice::Operand *address = alloca.getDest();
158 alloca.setDeleted();
168 for(Ice::Inst &alloca : entryBlock->getInsts())
170 if(alloca.isDeleted())
175 if(!llvm::isa<Ice::InstAlloca>(alloca))
180 Ice::Operand *address = alloca.getDest();
237 alloca.setDeleted()
    [all...]
  /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
    [all...]
  /external/swiftshader/third_party/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
    [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));
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
stdlib.h 226 * The alloca() function can't be implemented in C, and on some
228 * The GNU C compiler provides a built-in alloca() which we can use;
230 * incarnations of lint. On platforms where alloca() is not in libc,
235 #undef alloca /* some GNU bits try to get cute and define this on their own */ macro
236 #define alloca(sz) __builtin_alloca(sz) macro
238 void *alloca(size_t);
  /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/linux-kselftest/tools/testing/selftests/sigaltstack/
sas.c 15 #include <alloca.h>
48 aa = alloca(1024);
78 aa = alloca(1024);
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
ffi.c 89 rvalue = alloca(cif->rtype->size);
93 argp = stack = alloca(cif->bytes + 4*FFI_SIZEOF_ARG);
217 avalue = alloca(cif->nargs * sizeof(void *));
  /external/syslinux/com32/lib/sys/module/
exec.c 16 #include <alloca.h>
92 args = alloca((argc+1) * sizeof(char *));
96 *argp = alloca(l);
  /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);

Completed in 583 milliseconds

1 2 3 4 5 67 8 91011>>