Searched refs:HEAP_SIZE (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c100 #define HEAP_SIZE 0x10000 macro
235 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c98 #define HEAP_SIZE 0x10000 macro
216 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c93 #define HEAP_SIZE 0x10000 macro
213 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c91 #define HEAP_SIZE 0x10000 macro
201 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h27 #define HEAP_SIZE (2*L_CODES+1) macro
168 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Ddeftree.c432 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
467 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
554 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S28 #define HEAP_SIZE (131072*4) define
234 .long _heap + HEAP_SIZE
237 .comm _heap, HEAP_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
549 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c192 #define HEAP_SIZE 0x7000 macro
356 free_mem_end_ptr = heap + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c192 #define HEAP_SIZE 0x4000 macro
360 free_mem_end_ptr = end + HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
549 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c101 #define HEAP_SIZE 0x3000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dprpmc2800.c515 #define HEAP_SIZE (16*MB) macro
547 if ((unsigned)simple_alloc_init(heap_start, HEAP_SIZE, 2*KB, 16)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dmisc.c185 #define HEAP_SIZE 0x3000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dmisc.c242 #define HEAP_SIZE 0x3000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c856 #define HEAP_SIZE (2*L_CODES + 1) macro
871 ush heap[HEAP_SIZE]; /* heap used to build the Huffman trees */
879 ct_data dyn_ltree[HEAP_SIZE]; /* literal and length tree */
1085 for (h = G2.heap_max + 1; h < HEAP_SIZE; h++) {
1129 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
1230 G2.heap_max = HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c170 #define HEAP_SIZE (2*L_CODES+1) macro
313 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
1872 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
1907 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
1992 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c296 #define HEAP_SIZE (2*L_CODES+1) macro
438 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
2270 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
2305 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
2390 s->heap_len = 0, s->heap_max = HEAP_SIZE;

Completed in 140 milliseconds