Home
last modified time | relevance | path

Searched refs:HEAP_SIZE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c48 #define HEAP_SIZE 0x400000 macro
50 #define HEAP_SIZE 0x10000 macro
139 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S30 #define HEAP_SIZE (131072*4) macro
247 .long _heap + HEAP_SIZE
250 .comm _heap, HEAP_SIZE
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c90 #define HEAP_SIZE 0x10000 macro
167 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/openbmc/u-boot/lib/zlib/
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.c518 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
638 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h29 #define HEAP_SIZE (2*L_CODES+1) macro
170 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Ddeftree.c378 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
500 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c97 #define HEAP_SIZE 0x3000 macro