Searched refs:OutByteIndex (Results 1 – 2 of 2) sorted by relevance
182 IMG_UINT8 OutByteIndex; in pnw__write_upto8bits_elements() local204 OutByteIndex = (size_bits_p[0] / 8); in pnw__write_upto8bits_elements()224 wrt_bytes_p[OutByteIndex] = 0; /* Beginning a new byte, clear byte */ in pnw__write_upto8bits_elements()231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in pnw__write_upto8bits_elements()237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in pnw__write_upto8bits_elements()
182 IMG_UINT8 OutByteIndex; in lnc__write_upto8bits_elements() local204 OutByteIndex = (size_bits_p[0] / 8); in lnc__write_upto8bits_elements()224 wrt_bytes_p[OutByteIndex] = 0; /* Beginning a new byte, clear byte */ in lnc__write_upto8bits_elements()231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in lnc__write_upto8bits_elements()237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in lnc__write_upto8bits_elements()