Searched refs:bits_rem (Results 1 – 1 of 1) sorted by relevance
28 unsigned int bits_rem; in copyBits() local43 bits_rem = bit_count; in copyBits()44 while (bits_rem > 0) { in copyBits()47 bit_block_count = std::min(bits_rem, 8 - src_bit_offset); in copyBits()68 bits_rem -= bit_block_count; in copyBits()