Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c737 mz_uint8 *p = r->m_tables[0].m_code_size; mz_uint i; in tinfl_decompress()
738 …r->m_table_sizes[0] = 288; r->m_table_sizes[1] = 32; TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 3… in tinfl_decompress()
744 …_OBJ(r->m_tables[2].m_code_size); for (counter = 0; counter < r->m_table_sizes[2]; counter++) { mz… in tinfl_decompress()
750 …sed_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r->m_type]; MZ_CL… in tinfl_decompress()
776 …mz_uint s; TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); if (dist < 16) { r->m_len_codes[counter++… in tinfl_decompress()
788 …TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, r->m_table_sizes[0]); TINFL_MEMCPY(r->m_t… in tinfl_decompress()
798 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()
812 if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
816 …code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len… in tinfl_decompress()
825 if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
[all …]
Dminiz.h593 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member