Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c141 TINFL_FAST_LOOKUP_BITS = 10, TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS enumerator
233 } else if (num_bits > TINFL_FAST_LOOKUP_BITS) { \
234 code_len = TINFL_FAST_LOOKUP_BITS; \
257 …code_len = TINFL_FAST_LOOKUP_BITS; do { temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & …
358 …if (code_size <= TINFL_FAST_LOOKUP_BITS) { mz_int16 k = (mz_int16)((code_size << 9) | sym_index); … in tinfl_decompress()
360 rev_code >>= (TINFL_FAST_LOOKUP_BITS - 1); in tinfl_decompress()
361 for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) 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()
425 …code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len… in tinfl_decompress()