Home
last modified time | relevance | path

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

/third_party/miniz/
Dminiz_tinfl.c274 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()
[all …]
Dminiz_tinfl.h138 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member
/third_party/miniz/amalgamation/
Dminiz.c2481 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()
[all …]
Dminiz.h896 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member