Searched refs:alloca (Results 76 - 100 of 343) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dalloca.c0 /* alloca.c -- allocate automatically reclaimed memory
4 This implementation of the PWB library alloca function,
15 track of all alloca-allocated blocks, and reclaim any
20 As a special case, alloca(0) reclaims storage without
21 allocating any. It is a good idea to use alloca(0) in
26 #include <alloca.h>
45 /* If someone has defined alloca as a macro,
46 there must be some other way alloca is supposed to work. */
47 # ifndef alloca
120 /* An "alloca heade
151 alloca (size_t size) function
[all...]
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright
50 $(srcdir)/Makefile.in alloca.c
54 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/codeset.m4 \
123 ALLOCA_H = alloca.h
599 EXTRA_DIST = alloca.c alloca.in.h $(top_srcdir)/build-aux/announce-gen \
620 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \
636 EXTRA_libgnu_a_SOURCES = alloca.c error.c exitfail.c fseeko.c \
701 include $(DEPDIR)/alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dsetenv.c25 #include <alloca.h>
164 new_value = (char *) alloca (namelen + 1 + vallen);
232 new_value = alloca (namelen + 1 + vallen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dsetenv.c22 #include <alloca.h>
163 new_value = (char *) alloca (namelen + 1 + vallen);
231 new_value = alloca (namelen + 1 + vallen);
H A Dalloca.c0 /* alloca.c -- allocate automatically reclaimed memory
4 This implementation of the PWB library alloca function,
15 track of all alloca-allocated blocks, and reclaim any
20 As a special case, alloca(0) reclaims storage without
21 allocating any. It is a good idea to use alloca(0) in
42 /* If someone has defined alloca as a macro,
43 there must be some other way alloca is supposed to work. */
44 # ifndef alloca
81 malloc. The Emacs executable needs alloca to call xmalloc, because
83 hand, the utilities in lib-src need alloca t
172 alloca (size_t size) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsetenv.c20 #include <alloca.h>
160 new_value = (char *) alloca (namelen + 1 + vallen);
228 new_value = alloca (namelen + 1 + vallen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dsetenv.c22 #include <alloca.h>
160 new_value = (char *) alloca (namelen + 1 + vallen);
228 new_value = alloca (namelen + 1 + vallen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmapping0.c247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels);
253 float *local_ampmax=alloca(sizeof(*local_ampmax)*vi->channels);
601 float **res_bundle=alloca(sizeof(*res_bundle)*vi->channels);
602 float **couple_bundle=alloca(sizeof(*couple_bundle)*vi->channels);
603 int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
604 int **sortindex=alloca(sizeof(*sortindex)*vi->channels);
630 sortindex[i]=alloca(sizeof(**sortindex)*n/2);
766 float **pcmbundle=alloca(sizeof(*pcmbundle)*vi->channels);
767 int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
769 int *nonzero =alloca(sizeo
[all...]
H A Dpsy.c92 float *brute_buffer=alloca(n*sizeof(*brute_buffer));
452 long *posstack=alloca(n*sizeof(*posstack));
453 float *ampstack=alloca(n*sizeof(*ampstack));
550 float *N=alloca(n*sizeof(*N));
551 float *X=alloca(n*sizeof(*N));
552 float *XX=alloca(n*sizeof(*N));
553 float *Y=alloca(n*sizeof(*N));
554 float *XY=alloca(n*sizeof(*N));
790 float *work=alloca(n*sizeof(*work));
841 float *seed=alloca(sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Ddcigettext.c33 # define alloca __builtin_alloca macro
37 # include <alloca.h>
40 #pragma alloca
42 # ifndef alloca
43 char *alloca ();
305 /* For those loosing systems which don't have `alloca' we have to add
338 # undef alloca macro
339 # define alloca(size) (malloc (size)) macro
341 #endif /* have alloca */
460 alloca (offseto
[all...]
H A Dplural.c41 /* The bison generated parser uses alloca. AIX 3 forces us to put this
46 #pragma alloca
334 #ifdef alloca
336 #else /* alloca not defined */
339 #define alloca __builtin_alloca macro
343 #include <alloca.h>
350 instead, just don't use alloca. */
358 #pragma alloca
365 #define alloca __builtin_alloca
372 #endif /* alloca no
[all...]
H A Dloadmsgcat.c37 # define alloca __builtin_alloca macro
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
461 /* For those losing systems which don't have `alloca' we have to add
466 # define alloca(n) malloc (n) macro
802 charset = (char *) alloca (len + 1);
852 tmp = (char *) alloca (len + 10 + 1);
1082 alloca (n_sysdep_segment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Dparse.c41 /* Some versions of bison are broken in that they use alloca() but don't
48 #pragma alloca
54 /* The remainder of the alloca() cruft has to come after including flexdef.h,
59 # ifndef alloca
60 # define alloca __builtin_alloca macro
64 # include <alloca.h>
67 void *alloca ();
72 char *alloca ();
H A Dalloca.c0 /* alloca.c -- allocate automatically reclaimed memory
4 This implementation of the PWB library alloca function,
15 track of all alloca-allocated blocks, and reclaim any
20 As a special case, alloca(0) reclaims storage without
21 allocating any. It is a good idea to use alloca(0) in
35 /* If someone has defined alloca as a macro,
36 there must be some other way alloca is supposed to work. */
37 #ifndef alloca
72 malloc. The Emacs executable needs alloca to call xmalloc, because
74 hand, the utilities in lib-src need alloca t
162 alloca (size) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A Dparse.c41 /* Some versions of bison are broken in that they use alloca() but don't
48 #pragma alloca
54 /* The remainder of the alloca() cruft has to come after including flexdef.h,
59 # ifndef alloca
60 # define alloca __builtin_alloca macro
64 # include <alloca.h>
67 void *alloca ();
72 char *alloca ();
H A Dalloca.c0 /* alloca.c -- allocate automatically reclaimed memory
4 This implementation of the PWB library alloca function,
15 track of all alloca-allocated blocks, and reclaim any
20 As a special case, alloca(0) reclaims storage without
21 allocating any. It is a good idea to use alloca(0) in
35 /* If someone has defined alloca as a macro,
36 there must be some other way alloca is supposed to work. */
37 #ifndef alloca
72 malloc. The Emacs executable needs alloca to call xmalloc, because
74 hand, the utilities in lib-src need alloca t
162 alloca (size) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c33 # include <alloca.h>
163 char *ansi_name = (char *)alloca(strlen(name) + 1);
191 wchar_t *ansi_namew = (wchar_t *)alloca((wcslen(namew) + 1) * sizeof(wchar_t));
235 char *ansi_name = (char *)alloca(strlen(name) + 1);
264 char *ansi_path = (char *)alloca(strlen(path) + 1);
301 wchar_t *ansi_path = (wchar_t *)alloca((wcslen(path) + 1) * sizeof(wchar_t));
544 char *ansi_name = (char *)alloca(strlen(name) + 1);
668 char *ansi_name = (char *)alloca(strlen(x) + 1);
808 char *ansi_path = (char *)alloca(strlen(path) + 1);
869 char *ansi_path = (char *)alloca(strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadmsgcat.c37 # 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 ();
476 /* For those losing systems which don't have `alloca' we have to add
481 # define alloca(n) malloc (n) macro
980 alloca (n_sysdep_segment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-tcl.c21 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c102 /* Some versions of bison are broken in that they use alloca() but don't
109 #pragma alloca
115 /* The remainder of the alloca() cruft has to come after including flexdef.h,
120 # ifndef alloca
121 # define alloca __builtin_alloca macro
125 # include <alloca.h>
128 void *alloca ();
133 char *alloca ();
357 /* The parser invokes alloca or malloc; define the necessary symbols. */
364 # include <alloca
369 # define alloca macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dtrain.c101 char *filename=alloca(strlen(*argv)+30),*ptr;
169 float *b=alloca((dim+vqext_aux)*sizeof(float));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c119 # ifndef alloca
120 # define alloca _alloca macro
123 # ifndef alloca
124 # define alloca(s) __builtin_alloca((s)) macro
127 # include <alloca.h>
805 #ifdef alloca
808 alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
820 #ifdef alloca
942 np = alloca(top * sizeof(BN_ULONG));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c119 # ifndef alloca
120 # define alloca _alloca macro
123 # ifndef alloca
124 # define alloca(s) __builtin_alloca((s)) macro
127 # include <alloca.h>
805 #ifdef alloca
808 alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
820 #ifdef alloca
942 np = alloca(top * sizeof(BN_ULONG));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c76 usehpbuf = alloca(hpbufsize);
103 usehpbuf = alloca(hpbufsize);
178 usehpbuf = alloca(hpbufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.cpp233 /* The parser invokes alloca or malloc; define the necessary symbols. */
240 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
245 # define alloca _alloca macro
247 # define YYSTACK_ALLOC alloca
265 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number

Completed in 293 milliseconds

1234567891011>>