leaf              785 src/punutil/miniz.c         int root, leaf, next, avbl, used, dpth;
leaf              795 src/punutil/miniz.c         leaf = 2;
leaf              798 src/punutil/miniz.c             if (leaf >= n || A[root].m_key < A[leaf].m_key)
leaf              804 src/punutil/miniz.c                 A[next].m_key = A[leaf++].m_key;
leaf              805 src/punutil/miniz.c             if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key))
leaf              811 src/punutil/miniz.c                 A[next].m_key = (mz_uint16)(A[next].m_key + A[leaf++].m_key);