Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dtrees.c517 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
519 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
639 s->heap_len = 0, s->heap_max = HEAP_SIZE;
677 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
678 s->heap[--(s->heap_max)] = m;
697 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
A Ddeflate.h205 int heap_max; /* element of largest frequency */ member

Completed in 6 milliseconds