Home
last modified time | relevance | path

Searched refs:heap_max (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dtrees.c508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
668 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
669 s->heap[--(s->heap_max)] = m;
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h211 int heap_max; /* element of largest frequency */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dtrees.c512 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
672 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
673 s->heap[--(s->heap_max)] = m;
692 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h205 int heap_max; /* element of largest frequency */ member
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dtrees.c508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
668 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
669 s->heap[--(s->heap_max)] = m;
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h211 int heap_max; /* element of largest frequency */ member
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dtrees.c508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
668 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
669 s->heap[--(s->heap_max)] = m;
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h211 int heap_max; /* element of largest frequency */ member
/netbsd-src/sys/net/
H A Dzlib.c478 int heap_max; /* element of largest frequency */ member
2606 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ in gen_bitlen()
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()
2764 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */ in build_tree()
2765 s->heap[--(s->heap_max)] = m; in build_tree()
2783 s->heap[--(s->heap_max)] = s->heap[SMALLEST]; in build_tree()