Searched refs:cur_byte (Results 1 – 5 of 5) sorted by relevance
446 unsigned int cur_byte; in get_field() local455 cur_byte = start / FLOATFORMAT_CHAR_BIT; in get_field()457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in get_field()464 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field()470 cur_byte += nextbyte; in get_field()588 unsigned int cur_byte; in put_field() local597 cur_byte = start / FLOATFORMAT_CHAR_BIT; in put_field()599 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in put_field()606 unsigned char *byte_ptr = data + cur_byte; in put_field()612 cur_byte += nextbyte; in put_field()
446 unsigned int cur_byte; in get_field() local455 cur_byte = start / FLOATFORMAT_CHAR_BIT; in get_field()457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in get_field()464 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field()470 cur_byte += nextbyte; in get_field()584 unsigned int cur_byte; in put_field() local593 cur_byte = start / FLOATFORMAT_CHAR_BIT; in put_field()595 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in put_field()602 unsigned char *byte_ptr = data + cur_byte; in put_field()608 cur_byte += nextbyte; in put_field()
451 unsigned int cur_byte; in get_field() local460 cur_byte = start / FLOATFORMAT_CHAR_BIT; in get_field()462 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in get_field()469 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field()475 cur_byte += nextbyte; in get_field()593 unsigned int cur_byte; in put_field() local602 cur_byte = start / FLOATFORMAT_CHAR_BIT; in put_field()604 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in put_field()611 unsigned char *byte_ptr = data + cur_byte; in put_field()617 cur_byte += nextbyte; in put_field()
172 unsigned int cur_byte; in get_field() local190 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT) in get_field()197 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT; in get_field()202 result = *(data + cur_byte) >> (-cur_bitshift); in get_field()207 ++cur_byte; in get_field()209 --cur_byte; in get_field()214 result |= (unsigned long)*(data + cur_byte) << cur_bitshift; in get_field()219 ++cur_byte; in get_field()222 --cur_byte; in get_field()239 unsigned int cur_byte; in put_field() local[all …]
49 const uint8_t cur_byte = mf->buffer[ in literal() local58 rc_bittree(&coder->rc, subcoder, 8, cur_byte); in literal()66 literal_matched(&coder->rc, subcoder, match_byte, cur_byte); in literal()