Lines Matching refs:m_tables
274 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress()
278 TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); in tinfl_decompress()
295 MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); in tinfl_decompress()
300 r->m_tables[2].m_code_size[s_length_dezigzag[counter]] = (mz_uint8)s; in tinfl_decompress()
309 pTable = &r->m_tables[r->m_type]; in tinfl_decompress()
371 TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); in tinfl_decompress()
391 TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, r->m_table_sizes[0]); in tinfl_decompress()
392 …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()
402 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()
430 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
437 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
454 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
461 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
490 TINFL_HUFF_DECODE(26, dist, &r->m_tables[1]); in tinfl_decompress()