Searched refs:m_tables (Results 1 – 1 of 1) sorted by relevance
1684 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member2674 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress()2678 TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); in tinfl_decompress()2688 MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); in tinfl_decompress()2692 r->m_tables[2].m_code_size[s_length_dezigzag[counter]] = (mz_uint8)s; in tinfl_decompress()2701 pTable = &r->m_tables[r->m_type]; in tinfl_decompress()2757 TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); in tinfl_decompress()2775 TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, in tinfl_decompress()2777 TINFL_MEMCPY(r->m_tables[1].m_code_size, in tinfl_decompress()2787 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()[all …]