Home | History | Annotate | Download | only in src

Lines Matching refs:OutByteIndex

182     IMG_UINT8 OutByteIndex;
204 OutByteIndex = (size_bits_p[0] / 8);
224 wrt_bytes_p[OutByteIndex] = 0; /* Beginning a new byte, clear byte */
231 wrt_bytes_p[OutByteIndex] |= wrt_bits;
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1];