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

1 2 34 5 6 7

  /external/bison/data/
yacc.c 295 /* The parser invokes alloca or malloc; define the necessary symbols. */
302 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
307 # define alloca _alloca
309 # define YYSTACK_ALLOC alloca
326 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/elfutils/libelf/
elf32_updatefile.c 173 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
480 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
494 alloca (shnum * sizeof (ElfW2(LIBELFBITS,Shdr)));
elf32_getphdr.c 121 notcvt = (ElfW2(LIBELFBITS,Phdr) *) alloca (size);
elf32_getshdr.c 108 notcvt = (ElfW2(LIBELFBITS,Shdr) *) alloca (size);
elf_getarsym.c 175 file_data = (uint32_t *) alloca (n * sizeof (uint32_t));
  /external/oprofile/libpopt/
popthelp.c 762 /* bufsize larger then the ascii set, lazy alloca on top level call. */
763 char * s = (str != NULL ? str : memset(alloca(300), 0, 300));
787 poptDone done = memset(alloca(sizeof(*done)), 0, sizeof(*done));
794 done->opts = memset(alloca(cursor), 0, cursor);
  /system/core/sh/
arith.c 212 /* The parser invokes alloca or malloc; define the necessary symbols. */
216 # define YYSTACK_ALLOC alloca
219 # if defined (alloca) || defined (_ALLOCA_H)
220 # define YYSTACK_ALLOC alloca
    [all...]
  /device/samsung/crespo/alsa-lib/test/
playmidi1.c 120 struct pollfd *pfds = alloca(sizeof(*pfds) * npfds);
378 struct pollfd *pfds = alloca(sizeof(*pfds) * npfds);
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 69 /* For those losing systems which don't have 'alloca' we have to add
74 # define alloca(n) malloc (n) macro
274 (char *) alloca (7 + d.max_width_length + d.max_precision_length + 6);
  /external/e2fsprogs/intl/
vasnprintf.c 30 # include <alloca.h>
152 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T));
plural.y 21 /* The bison generated parser uses alloca. AIX 3 forces us to put this
26 #pragma alloca
  /external/elfutils/src/
ldlex.l 307 char *newp = (char *) alloca (idmax *= 2);
  /external/libffi/src/pa/
ffi.c 392 ecif.rvalue = alloca(cif->rtype->size);
437 avalue = (void **)alloca(cif->nargs * FFI_SIZEOF_ARG);
  /external/libffi/src/powerpc/
ffi_darwin.c 445 ecif.rvalue = alloca(cif->rtype->size);
656 avalue = alloca(cif->nargs * sizeof(void *));
  /external/libffi/src/s390/
ffi.c 517 ecif.rvalue = alloca (cif->rtype->size);
566 p_arg = avalue = alloca (closure->cif->nargs * sizeof (void *));
  /external/libffi/src/sh/
ffi.c 429 ecif.rvalue = alloca(cif->rtype->size);
527 avalue = alloca(cif->nargs * sizeof(void *));
  /dalvik/vm/native/
dalvik_system_Zygote.c 170 gids = alloca(sizeof(gid_t) * gidArray->length);
  /external/bison/lib/
error.c 145 ? alloca (len * sizeof *wbuf)
  /external/blktrace/btt/
proc.c 198 name = alloca(256);
  /external/elfutils/libdw/
dwarf_getloclist.c 99 newloc = (struct loclist *) alloca (sizeof (struct loclist));
  /external/tremolo/Tremolo/
codebook.c 242 work=alloca((s->entries*2+1)*sizeof(*work));
406 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries);
441 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries);
505 s->q_val=alloca(sizeof(ogg_uint16_t)*quantvals);
511 s->q_val=0; /* cleanup must not free alloca memory */
521 s->q_val=0; /* cleanup must not free alloca memory */
812 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim);
828 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim);
844 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim);
875 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 1062 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1064 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
1071 #include <alloca.h>
1074 char *p = alloca(2 * sizeof(int));
1095 echo $ac_n "checking for alloca""... $ac_c" 1>&4
1104 # define alloca __builtin_alloca
1107 # include <alloca.h>
1110 #pragma alloca
1112 # ifndef alloca /* predefined by HP cc +Olibcalls *
    [all...]
  /hardware/ril/mock-ril/src/cpp/
mock_ril.cpp 27 #include <alloca.h>
  /device/samsung/crespo/alsa-lib/src/control/
control_shm.c 429 struct sockaddr_un *addr = alloca(size);
490 req = alloca(reqlen);
hcontrol.c 683 pfd = alloca(sizeof(*pfd) * npfds);
684 revents = alloca(sizeof(*revents) * npfds);

Completed in 489 milliseconds

1 2 34 5 6 7