Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dfloatformat.c428 unsigned int cur_byte; in get_field() local
437 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() local
575 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()