Searched refs:bit_cnt (Results 1 – 2 of 2) sorted by relevance
171 IMG_UINT16 bit_cnt) in lnc__write_upto8bits_elements() argument185 if (bit_cnt == 0) return; in lnc__write_upto8bits_elements()194 wrt_bits &= (0x00ff >> (8 - bit_cnt)); in lnc__write_upto8bits_elements()220 lnc__write_upto8bits_elements(mtx_hdr, elt_p, wrt_bits, bit_cnt); in lnc__write_upto8bits_elements()227 Shift = (IMG_INT16)((8 - bit_cnt) - (size_bits_p[0] & 7)); in lnc__write_upto8bits_elements()232 size_bits_p[0] = size_bits_p[0] + bit_cnt; in lnc__write_upto8bits_elements()239 size_bits_p[0] = size_bits_p[0] + bit_cnt; in lnc__write_upto8bits_elements()251 IMG_UINT32 bit_cnt) in lnc__write_upto32bits_elements() argument262 EndByte = ((bit_cnt + 7) / 8); in lnc__write_upto32bits_elements()264 if ((bit_cnt) % 8) in lnc__write_upto32bits_elements()[all …]
171 IMG_UINT16 bit_cnt) in pnw__write_upto8bits_elements() argument185 if (bit_cnt == 0) return; in pnw__write_upto8bits_elements()194 wrt_bits &= (0x00ff >> (8 - bit_cnt)); in pnw__write_upto8bits_elements()220 pnw__write_upto8bits_elements(mtx_hdr, elt_p, wrt_bits, bit_cnt); in pnw__write_upto8bits_elements()227 Shift = (IMG_INT16)((8 - bit_cnt) - (size_bits_p[0] & 7)); in pnw__write_upto8bits_elements()232 size_bits_p[0] = size_bits_p[0] + bit_cnt; in pnw__write_upto8bits_elements()239 size_bits_p[0] = size_bits_p[0] + bit_cnt; in pnw__write_upto8bits_elements()251 IMG_UINT32 bit_cnt) in pnw__write_upto32bits_elements() argument262 EndByte = ((bit_cnt + 7) / 8); in pnw__write_upto32bits_elements()264 if ((bit_cnt) % 8) in pnw__write_upto32bits_elements()[all …]