Searched refs:cur_byte (Results 1 – 1 of 1) sorted by relevance
428 unsigned int cur_byte; in get_field() local437 cur_byte = start / FLOATFORMAT_CHAR_BIT; in get_field()439 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in get_field()446 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field()452 cur_byte += nextbyte; in get_field()566 unsigned int cur_byte; in put_field() local575 cur_byte = start / FLOATFORMAT_CHAR_BIT; in put_field()577 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in put_field()584 unsigned char *byte_ptr = data + cur_byte; in put_field()590 cur_byte += nextbyte; in put_field()