Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dtrees.c442 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
467 while (j <= s->heap_len) {
469 if (j < s->heap_len &&
639 s->heap_len = 0, s->heap_max = HEAP_SIZE;
643 s->heap[++(s->heap_len)] = max_code = n;
655 while (s->heap_len < 2) {
656 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
667 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
695 } while (s->heap_len >= 2);
A Ddeflate.h204 int heap_len; /* number of elements in the heap */ member

Completed in 8 milliseconds