Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c750 …mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r-… in tinfl_decompress() local
752 used_syms = 0, total = 0; next_code[0] = next_code[1] = 0; in tinfl_decompress()
753 …for (i = 1; i <= 15; ++i) { used_syms += total_syms[i]; next_code[i + 1] = (total = ((total + tota… in tinfl_decompress()
754 if ((65536 != total) && (used_syms > 1)) in tinfl_decompress()