s_tdefl_num_probes 1250 src/punutil/miniz.c     static const mz_uint s_tdefl_num_probes[11] = { 0, 1, 6, 32, 16, 32, 128, 256, 512, 768, 1500 };
s_tdefl_num_probes 1274 src/punutil/miniz.c             mz_uint header, i, mz_un = sizeof(s_tdefl_num_probes) / sizeof(mz_uint);
s_tdefl_num_probes 1278 src/punutil/miniz.c                 if (s_tdefl_num_probes[i] == (d->m_flags & 0xFFF))
s_tdefl_num_probes 2113 src/punutil/miniz.c         mz_uint comp_flags = s_tdefl_num_probes[(level >= 0) ? MZ_MIN(10, level) : MZ_DEFAULT_LEVEL] | ((level <= 3) ? TDEFL_GREEDY_PARSING_FLAG : 0);