Searched refs:alloca (Results 176 - 200 of 1241) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
H A Ddivdi3.c46 dummyp = alloca(1);
H A Dmoddi3.c46 dummyp = alloca(1);
H A Dmodsi3.c46 dummyp = alloca(1);
H A Dmuldi3.c46 dummyp = alloca(1);
H A Dudivdi3.c46 dummyp = alloca(1);
H A Dumoddi3.c46 dummyp = alloca(1);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/timing/
H A Ddivdi3.c46 dummyp = alloca(1);
H A Dmoddi3.c46 dummyp = alloca(1);
H A Dmodsi3.c46 dummyp = alloca(1);
H A Dmuldi3.c46 dummyp = alloca(1);
H A Dudivdi3.c46 dummyp = alloca(1);
H A Dumoddi3.c46 dummyp = alloca(1);
/netbsd-current/external/gpl2/grep/dist/src/
H A Dvms_fab.c60 arr_ptr[optout] = alloca (max_file_path_size + 1);
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dparent_offset.c37 parentpath = alloca(pathparentlen + 1);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dutils.cc54 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch.c35 # include <alloca.h>
93 # undef alloca macro
94 # define alloca(n) malloc (n) macro
96 # define alloca_account(size, avar) ((avar) += (size), alloca (size))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-symbian-tdep.c109 phdrs = (Elf_Internal_Phdr *) alloca (phdrs_size);
H A Dmem-break.c53 readbuf = (gdb_byte *) alloca (bplen);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-c.cc140 char *buf = (char *)alloca (max_ext_len + 10 /* For __riscv_ and '\0'. */);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dutils.cc68 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.c35 # include <alloca.h>
99 # undef alloca macro
100 # define alloca(n) malloc (n) macro
102 # define alloca_account(size, avar) ((avar) += (size), alloca (size))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmem-break.c53 readbuf = (gdb_byte *) alloca (bplen);
/netbsd-current/sys/arch/atari/stand/installboot/
H A Dinstallboot.c144 dn = alloca(dnlen);
246 xxboot = alloca(xxbootlen);
248 bootxx = alloca(xxbootlen);
315 xxb00t = alloca(xxb00tlen);
317 xxboot = alloca(xxb00tlen);
323 xxboot = alloca(xxbootlen);
328 bootxx = alloca(bootxxlen);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Ddcigettext.c36 # define alloca __builtin_alloca macro
41 # define alloca _alloca macro
44 # include <alloca.h>
47 #pragma alloca
49 # ifndef alloca
50 char *alloca ();
377 /* For those loosing systems which don't have `alloca' we have to add
410 # undef alloca macro
411 # define alloca(size) (malloc (size)) macro
413 #endif /* have alloca */
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d277 char[][] args = (cast(char[]*) alloca(wargc * (char[]).sizeof))[0 .. wargc];
284 char* totalArgsBuff = cast(char*) alloca(totalArgsLength);
306 char[][] args = (cast(char[]*) alloca(argc * (char[]).sizeof))[0 .. argc];
331 char[][] args = (cast(char[]*) alloca(argc * (char[]).sizeof))[0 .. argc];
346 char* utf8Buffer = cast(char*) alloca(totalArgsLength);
360 char*[] argv = (cast(char**) alloca(argc * (char*).sizeof))[0 .. argc];
432 auto buff = cast(char[]*) alloca(args.length * (char[]).sizeof + totalArgsLength);

Completed in 181 milliseconds

1234567891011>>