HomeSort by relevance Sort by last modified time
    Searched defs:alloca (Results 51 - 75 of 82) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 41 #ifndef alloca
42 #define alloca __builtin_alloca macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 41 #ifndef alloca
42 #define alloca __builtin_alloca macro
  /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))
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 181 strings. Allocates memory using alloca. The arguments are
184 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
348 #define XALLOCA(T) ((T *) alloca (sizeof (T)))
356 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N)))
365 #define XALLOCAVAR(T, S) ((T *) alloca ((S)))
702 /* Drastically simplified alloca configurator. If we're using GCC,
703 we use __builtin_alloca; otherwise we use the C alloca. The C
704 alloca is always available. You can override GCC by defining
707 to call alloca(0). */
709 #undef alloca macro
711 # define alloca macro
719 # define alloca macro
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
localealias.c 38 # 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
227 full_fname = (char *) alloca (fname_len + sizeof aliasfile)
    [all...]
dcigettext.c 33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
323 /* For those loosing systems which don't have `alloca' we have to add
356 # undef alloca macro
357 # define alloca(size) (malloc (size)) macro
359 #endif /* have alloca */
    [all...]
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
808 charset = (char *) alloca (len + 1)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 431 AllocaInst *alloca = local
434 ReloadOutputs.push_back(alloca);
435 params.push_back(alloca);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 395 AllocaInst *alloca = local
398 ReloadOutputs.push_back(alloca);
399 params.push_back(alloca);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 14 # define alloca _alloca macro
  /external/e2fsprogs/intl/
dcigettext.c 33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
324 /* For those loosing systems which don't have `alloca' we have to add
357 # undef alloca macro
358 # define alloca(size) (malloc (size)) macro
360 #endif /* have alloca */
    [all...]
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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 392 llvm::AllocaInst* alloca = local
395 alloca->setAlignment(alignment);
398 return alloca;
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 354 # define alloca _alloca macro
357 # include <alloca.h>
363 type *name = alloca(sizeof(type) * (count))
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 1352 let alloca = build_alloca i32_type "build_alloca" b in var
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 465 LLVMValueRef alloca; local
474 alloca = ctx->temp_array_allocas[array_id - 1];
475 if (!alloca)
512 return LLVMBuildGEP(builder, alloca, idxs, 2, "");
821 * in memory using an alloca that spans the entire
835 * FIXME: We shouldn't need to have the non-alloca
873 /* Create a dummy alloca. We use it so that we
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 325 /* The parser invokes alloca or malloc; define the necessary symbols. */
332 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
337 # define alloca _alloca macro
339 # define YYSTACK_ALLOC alloca
357 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 1063 let alloca = build_alloca i32_type "build_alloca" b in var
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1230 Address alloca = local
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 446 /* The parser invokes alloca or malloc; define the necessary symbols. */
453 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
458 # define alloca _alloca macro
460 # define YYSTACK_ALLOC alloca
478 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [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/libpcap/
grammar.c 741 /* The parser invokes alloca or malloc; define the necessary symbols. */
748 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
753 # define alloca _alloca macro
755 # define YYSTACK_ALLOC alloca
773 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]

Completed in 1619 milliseconds

1 23 4