Searched refs:lcounter (Results 1 – 1 of 1) sorted by relevance
251 int lcounter = 0; in decode_ise() local270 int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise()271 bit_offset += bits_to_read[lcounter]; in decode_ise()272 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()273 hcounter += hcounter_incr[lcounter]; in decode_ise()274 lcounter = next_lcounter[lcounter]; in decode_ise()283 int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise()284 bit_offset += bits_to_read[lcounter]; in decode_ise()285 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()286 hcounter += hcounter_incr[lcounter]; in decode_ise()[all …]