Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c167 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member
330 mz_uint8 *p = r->m_tables[0].m_code_size; mz_uint i; in tinfl_decompress()
331 …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()
340 …_OBJ(r->m_tables[2].m_code_size); for (counter = 0; counter < r->m_table_sizes[2]; counter++) { mz… in tinfl_decompress()
346 …sed_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r->m_type]; MZ_CL… in tinfl_decompress()
372 …mz_uint s; TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); if (dist < 16) { r->m_len_codes[counter++… in tinfl_decompress()
384 …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()
394 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()
408 if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
412 …code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len… in tinfl_decompress()
[all …]