Lines Matching defs:MZ_MAX
1941 #define MZ_MAX(a, b) (((a) > (b)) ? (a) : (b))
2152 return MZ_MAX(128 + (source_len * 110) / 100,
2889 if ((MZ_MAX(pOut_buf_cur, pSrc) + counter) > pOut_buf_end) {
3464 num_bit_lengths = MZ_MAX(4, (num_bit_lengths + 1));
4412 new_capacity = MZ_MAX(128U, new_capacity << 1U);
4519 out_buf.m_capacity = 57 + MZ_MAX(64, (1 + bpl) * h);
4812 new_capacity = MZ_MAX(1, pArray->m_capacity);
5055 MZ_MAX((mz_int64)pZip->m_archive_size - (mz_int64)sizeof(buf_u32), 0);
5070 cur_file_ofs = MZ_MAX(cur_file_ofs - (sizeof(buf_u32) - 3), 0);
5980 mz_uint64 new_size = MZ_MAX(file_ofs + n, pState->m_mem_size);
5991 size_t new_capacity = MZ_MAX(64, pState->m_mem_capacity);
6010 if (0 != (initial_allocation_size = MZ_MAX(initial_allocation_size,
6699 (size_t)MZ_MAX(sizeof(mz_uint32) * 4,