Searched refs:mz_uint (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | tinfl.c | 47 typedef UInt mz_uint; typedef 218 …, n) do { mz_uint c; TINFL_GET_BYTE(state_index, c); bit_buf |= (((tinfl_bit_buf_t)c) << num_bits)… 219 #define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_i… 220 #define TINFL_GET_BITS(state_index, b, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state… 246 int temp; mz_uint code_len, c; \ 296 …if ((counter = (r->m_raw_header[0] | (r->m_raw_header[1] << 8))) != (mz_uint)(0xFFFF ^ (r->m_raw_h… in tinfl_decompress() 319 …L_MEMCPY(pOut_buf_cur, pIn_buf_cur, n); pIn_buf_cur += n; pOut_buf_cur += n; counter -= (mz_uint)n; in tinfl_decompress() 330 mz_uint8 *p = r->m_tables[0].m_code_size; mz_uint i; in tinfl_decompress() 340 …ode_size); for (counter = 0; counter < r->m_table_sizes[2]; counter++) { mz_uint s; TINFL_GET_BITS… in tinfl_decompress() 346 …mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r-… in tinfl_decompress() [all …]
|