Lines Matching refs:bit_offset
3097 int bit_offset = i % 8;3098 channels[byte_offset] &= ~(1 << bit_offset);