HomeSort by: relevance | last modified time | path
    Searched defs:heap_max (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 217 int heap_max; /* element of largest frequency */ member in struct:internal_state
  /src/sys/net/
zlib.c 478 int heap_max; /* element of largest frequency */ member in struct:deflate_state
2578 * IN assertion: the fields freq and dad are set, heap[heap_max] and
2606 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
2608 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
2726 s->heap_len = 0, s->heap_max = HEAP_SIZE;
2764 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
2765 s->heap[--(s->heap_max)] = m;
2783 s->heap[--(s->heap_max)] = s->heap[SMALLEST];

Completed in 15 milliseconds