Searched refs:ALLOC (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmemset.S12 #define ALLOC #alloc define
16 .section .fixup,ALLOC,EXECINSTR; \
20 .section __ex_table,ALLOC; \
27 .section __ex_table,ALLOC; \
H A Dcopy_user.S19 #define ALLOC #alloc define
23 .section .fixup,ALLOC,EXECINSTR; \
27 .section __ex_table,ALLOC; \
35 .section .fixup,ALLOC,EXECINSTR; \
40 .section __ex_table,ALLOC; \
48 .section __ex_table,ALLOC; \
55 .section __ex_table,ALLOC; \
H A Dchecksum.S147 #define ALLOC #alloc define
151 .section .fixup,ALLOC,EXECINSTR; \
155 .section __ex_table,ALLOC; \
163 .section __ex_table,ALLOC; \
171 .section __ex_table,ALLOC; \
178 .section __ex_table,ALLOC; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c43 #define ALLOC(size) malloc(size) macro
108 s = (gz_stream *)ALLOC(sizeof(gz_stream));
127 s->path = (char*)ALLOC(strlen(path)+1);
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
790 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
834 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
1006 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c43 #define ALLOC(size) malloc(size) macro
108 s = (gz_stream *)ALLOC(sizeof(gz_stream));
127 s->path = (char*)ALLOC(strlen(path)+1);
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
790 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
834 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
1006 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.c49 #ifndef ALLOC
50 # define ALLOC(size) (malloc(size)) macro
165 ALLOC(sizeof(linkedlist_datablock_internal));
459 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
532 zi = (zip_internal*)ALLOC(sizeof(zip_internal));
618 ziinit.globalcomment = ALLOC(size_comment+1);
633 void* buf_read = (void*)ALLOC(buf_size);
777 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader);
H A Dunzip.c77 #ifndef ALLOC
78 # define ALLOC(size) (malloc(size)) macro
350 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
493 s=(unz_s*)ALLOC(sizeof(unz_s));
1081 ALLOC(sizeof(file_in_zip_read_info_s));
1085 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c49 #ifndef ALLOC
50 # define ALLOC(size) (malloc(size)) macro
165 ALLOC(sizeof(linkedlist_datablock_internal));
459 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
532 zi = (zip_internal*)ALLOC(sizeof(zip_internal));
618 ziinit.globalcomment = ALLOC(size_comment+1);
633 void* buf_read = (void*)ALLOC(buf_size);
777 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader);
H A Dunzip.c77 #ifndef ALLOC
78 # define ALLOC(size) (malloc(size)) macro
350 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
493 s=(unz_s*)ALLOC(sizeof(unz_s));
1081 ALLOC(sizeof(file_in_zip_read_info_s));
1085 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c268 #define ALLOC(type, array, size) \ macro
2073 ALLOC(uch, G1.l_buf, INBUFSIZ);
2074 ALLOC(uch, G1.outbuf, OUTBUFSIZ);
2075 ALLOC(ush, G1.d_buf, DIST_BUFSIZE);
2076 ALLOC(uch, G1.window, 2L * WSIZE);
2077 ALLOC(ush, G1.prev, 1L << BITS);

Completed in 206 milliseconds