Lines Matching full:endbyte
254 IMG_UINT32 EndByte;262 EndByte = ((bit_cnt + 7) / 8);265 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8));267 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8);269 if (EndByte > 1)270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {