Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
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
/third_party/skia/third_party/externals/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
/third_party/node/deps/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
/third_party/libwebsockets/win32port/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
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
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
/third_party/flutter/skia/third_party/externals/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
/third_party/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
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.ipp756 IN assertion: the fields freq and dad are set, heap[heap_max] and
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.ipp756 IN assertion: the fields freq and dad are set, heap[heap_max] and