HomeSort by relevance Sort by last modified time
    Searched refs:alloca (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/libffi/src/alpha/
ffi.c 88 rvalue = alloca(cif->rtype->size);
92 argp = stack = alloca(cif->bytes + 4*FFI_SIZEOF_ARG);
213 avalue = alloca(cif->nargs * sizeof(void *));
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 167 #if defined(HAVE_ALLOCA) && !defined(alloca)
169 # include <alloca.h>
171 # define alloca __builtin_alloca macro
174 # define alloca _alloca macro
180 #pragma alloca
182 void *alloca (unsigned);
184 char *alloca ();
188 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 167 #if defined(HAVE_ALLOCA) && !defined(alloca)
169 # include <alloca.h>
171 # define alloca __builtin_alloca macro
174 # define alloca _alloca macro
180 #pragma alloca
182 void *alloca (unsigned);
184 char *alloca ();
188 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 167 #if defined(HAVE_ALLOCA) && !defined(alloca)
169 # include <alloca.h>
171 # define alloca __builtin_alloca macro
174 # define alloca _alloca macro
180 #pragma alloca
182 void *alloca (unsigned);
184 char *alloca ();
188 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 167 #if defined(HAVE_ALLOCA) && !defined(alloca)
169 # include <alloca.h>
171 # define alloca __builtin_alloca macro
174 # define alloca _alloca macro
180 #pragma alloca
182 void *alloca (unsigned);
184 char *alloca ();
188 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 39 /* Some versions of bison are broken in that they use alloca() but don't
46 #pragma alloca
52 /* The remainder of the alloca() cruft has to come after including flexdef.h,
57 # ifndef alloca
58 # define alloca __builtin_alloca
62 # include <alloca.h>
65 void *alloca ();
70 char *alloca ();
  /device/samsung/crespo/alsa-lib/src/
socket.c 47 struct cmsghdr *cmsg = alloca(cmsg_len);
80 struct cmsghdr *cmsg = alloca(cmsg_len);
  /external/libffi/src/
raw_api.c 193 void **avalue = (void**) alloca (cif->nargs * sizeof (void*));
204 ffi_raw *raw = (ffi_raw*)alloca (ffi_raw_size (cif));
  /external/qemu/android/config/
check-alsa.c 66 do { assert(ptr); *ptr = (snd_pcm_hw_params_t *) alloca(func_snd_pcm_hw_params_sizeof()); memset(*ptr, 0, func_snd_pcm_hw_params_sizeof()); } while (0)
69 do { assert(ptr); *ptr = (snd_pcm_sw_params_t *) alloca(func_snd_pcm_sw_params_sizeof()); memset(*ptr, 0, func_snd_pcm_sw_params_sizeof()); } while (0)
  /bionic/libc/include/
stdlib.h 41 #include <alloca.h>
  /development/ndk/platforms/android-3/include/
stdlib.h 41 #include <alloca.h>
  /development/ndk/platforms/android-8/include/
stdlib.h 41 #include <alloca.h>
  /development/ndk/platforms/android-9/include/
stdlib.h 41 #include <alloca.h>
  /device/samsung/crespo/alsa-lib/include/
global.h 105 /** \brief alloca helper macro. */
106 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0)
  /external/oprofile/libpopt/
poptparse.c 65 char * buf = memset(alloca(buflen), 0, buflen);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 25 #define alloca _alloca macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdlib.h 41 #include <alloca.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdlib.h 41 #include <alloca.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdlib.h 41 #include <alloca.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdlib.h 41 #include <alloca.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdlib.h 41 #include <alloca.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdlib.h 41 #include <alloca.h>
  /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 ();
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...]
  /external/tremolo/Tremolo/
res012.c 129 char **partword=(char **)alloca(ch*sizeof(*partword));
131 partword[j]=(char *)alloca(partwords*partitions_per_word*
195 (char *)alloca(partwords*partitions_per_word*sizeof(*partword));
  /external/elfutils/libdw/
dwarf_getsrclines.c 40 we want to use alloca. */
44 new_line = (struct linelist *) alloca (sizeof (struct linelist)); \
188 (struct dirlist *) alloca (sizeof (*new_dir));
205 = (struct dirlist **) alloca (ndirlist * sizeof (*dirarray));
231 (struct filelist *) alloca (sizeof (*new_file));
405 (struct filelist *) alloca (sizeof (*new_file));

Completed in 1451 milliseconds

12 3 4 5 6 7