Lines Matching refs:m_tables
2481 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress()
2485 TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); in tinfl_decompress()
2502 MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); in tinfl_decompress()
2507 r->m_tables[2].m_code_size[s_length_dezigzag[counter]] = (mz_uint8)s; in tinfl_decompress()
2516 pTable = &r->m_tables[r->m_type]; in tinfl_decompress()
2578 TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); in tinfl_decompress()
2598 TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, r->m_table_sizes[0]); in tinfl_decompress()
2599 …TINFL_MEMCPY(r->m_tables[1].m_code_size, r->m_len_codes + r->m_table_sizes[0], r->m_table_sizes[1]… in tinfl_decompress()
2609 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()
2637 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
2644 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
2661 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
2668 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
2697 TINFL_HUFF_DECODE(26, dist, &r->m_tables[1]); in tinfl_decompress()