Home
last modified time | relevance | path

Searched defs:ALLOCA (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/math/fxt/fxt/src/
H A Dfxtalloca.h17 #define ALLOCA(Type, v, n) Type v[n] macro
20 #define ALLOCA(Type, v, n) Type *v = (Type *)alloca((n)*sizeof(Type)) macro
27 #define ALLOCA(Type, v, n) Type *v = (Type *)alloca((n)*sizeof(Type)) macro
/dports/net/dgd/dgd-1.4.23/src/
H A Dhost.h55 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
75 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
91 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
105 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
116 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
131 # define ALLOCA(type, size) ((type *) alloca(sizeof(type) * \ macro
167 # define ALLOCA(type, size) ALLOC(type, size) macro
208 # define ALLOCA(type, size) ALLOC(type, size) macro
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/puredb/src/
H A Dpuredb_p.h67 # define ALLOCA(X) alloca(X) macro
70 # define ALLOCA(X) malloc(X) macro
/dports/databases/puredb/pure-db-2.1/src/
H A Dpuredb_p.h67 # define ALLOCA(X) alloca(X) macro
70 # define ALLOCA(X) malloc(X) macro
/dports/math/fftw-float/fftw-2.1.5/threads/
H A Dfftw_threads-int.h304 # define ALLOCA(n) alloca(n) macro
307 # define ALLOCA(n) fftw_malloc(n) macro
/dports/math/fftw/fftw-2.1.5/threads/
H A Dfftw_threads-int.h304 # define ALLOCA(n) alloca(n) macro
307 # define ALLOCA(n) fftw_malloc(n) macro
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C15 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C15 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/diagnostic/
H A Dpr70105.C16 # define ALLOCA(x) __builtin_alloca(x) macro
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_space_internal.h32 #define ALLOCA(x) dALLOCA16(x) macro

12345678910>>...14