Searched refs:HEAP_SIZE (Results 1 – 7 of 7) sorted by relevance
31 #define HEAP_SIZE (4 * 1024 * 1024) /* heap: 4MB */ macro32 char heap_area[HEAP_SIZE];42 setheap(heap_area, heap_area + HEAP_SIZE); in _start()
49 #ifndef HEAP_SIZE50 #define HEAP_SIZE 0x20000 macro717 uint32_t pvr, vers, hsize = HEAP_SIZE; in setup()728 setheap(heapspace, heapspace + HEAP_SIZE); in setup()
45 #define HEAP_SIZE (2*L_CODES+1) macro192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
51 #define HEAP_SIZE (2*L_CODES+1) macro204 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
561 for (h = s->heap_max + 1; h < HEAP_SIZE; h++) { in gen_bitlen()639 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
323 #define HEAP_SIZE (2*L_CODES+1) macro465 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */2608 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()2726 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()