Home
last modified time | relevance | path

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

/external/zlib/src/
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];
Ddeflate.h211 int heap_max; /* element of largest frequency */ member
/external/python/cpython3/Modules/zlib/
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];
Ddeflate.h211 int heap_max; /* element of largest frequency */ member
/external/syslinux/com32/lib/zlib/
Dtrees.c516 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
518 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
638 s->heap_len = 0, s->heap_max = HEAP_SIZE;
676 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
677 s->heap[--(s->heap_max)] = m;
696 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
Ddeflate.h205 int heap_max; /* element of largest frequency */ member
/external/python/cpython2/Modules/zlib/
Dtrees.c510 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;
670 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
671 s->heap[--(s->heap_max)] = m;
690 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
Ddeflate.h208 int heap_max; /* element of largest frequency */ member