Home | History | Annotate | Download | only in src

Lines Matching refs:BitLp

253     IMG_UINT32 BitLp;
257 for (BitLp = 0; BitLp < 4; BitLp++) {
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255);
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {
271 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8);