Searched refs:byteoffset (Results 1 – 2 of 2) sorted by relevance
1433 long byteoffset; in get_bits() local1438 byteoffset = totbitoffset / 8; in get_bits()1444 inf |= (buffer[byteoffset] & (0x01 << bitoffset)) >> bitoffset; in get_bits()1448 byteoffset++; in get_bits()1450 if (byteoffset > bytecount) in get_bits()
5445 long byteoffset; in get_bits() local5450 byteoffset = totbitoffset / 8; in get_bits()5456 inf |= (buffer[byteoffset] & (0x01 << bitoffset)) >> bitoffset; in get_bits()5460 byteoffset++; in get_bits()5462 if (byteoffset > bytecount) in get_bits()