Home
last modified time | relevance | path

Searched refs:cur_byte (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dfloatformat.c430 unsigned int cur_byte; in get_field() local
439 cur_byte = start / FLOATFORMAT_CHAR_BIT; in get_field()
441 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in get_field()
448 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field()
454 cur_byte += nextbyte; in get_field()
568 unsigned int cur_byte; in put_field() local
577 cur_byte = start / FLOATFORMAT_CHAR_BIT; in put_field()
579 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT; in put_field()
586 unsigned char *byte_ptr = data + cur_byte; in put_field()
592 cur_byte += nextbyte; in put_field()