Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/zaurus/stand/zboot/
Dcrt0.c31 #define HEAP_SIZE (4 * 1024 * 1024) /* heap: 4MB */ macro
32 char heap_area[HEAP_SIZE];
42 setheap(heap_area, heap_area + HEAP_SIZE); in _start()
/netbsd/src/sys/arch/macppc/stand/ofwboot/
DLocore.c49 #ifndef HEAP_SIZE
50 #define HEAP_SIZE 0x20000 macro
717 uint32_t pvr, vers, hsize = HEAP_SIZE; in setup()
728 setheap(heapspace, heapspace + HEAP_SIZE); in setup()
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/netbsd/src/common/dist/zlib/
Ddeflate.h51 #define HEAP_SIZE (2*L_CODES+1) macro
204 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c561 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()
/netbsd/src/sys/net/
Dzlib.c323 #define HEAP_SIZE (2*L_CODES+1) macro
465 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()