Home
last modified time | relevance | path

Searched refs:m_greedy_parsing (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/
H A Dminiz.h697 int m_greedy_parsing; member
H A Dminiz.c1825 else if ((d->m_greedy_parsing) || (d->m_flags & TDEFL_RLE_MATCHES) || (cur_match_len >= 128)) in tdefl_compress_normal()
1939 …int)(flags); d->m_max_probes[0] = 1 + ((flags & 0xFFF) + 2) / 3; d->m_greedy_parsing = (flags & TD… in tdefl_init()
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.h705 int m_greedy_parsing; member
H A Dminiz.c1869 … else if ((d->m_greedy_parsing) || (d->m_flags & TDEFL_RLE_MATCHES) || (cur_match_len >= 128)) in tdefl_compress_normal()
2004 d->m_greedy_parsing = (flags & TDEFL_GREEDY_PARSING_FLAG) != 0; in tdefl_init()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1846 int m_greedy_parsing; member
4210 else if ((d->m_greedy_parsing) || (d->m_flags & TDEFL_RLE_MATCHES) || in tdefl_compress_normal()
4344 d->m_greedy_parsing = (flags & TDEFL_GREEDY_PARSING_FLAG) != 0; in tdefl_init()