Home | History | Annotate | Download | only in libiberty

Lines Matching defs:cur_byte

446   unsigned int cur_byte;
455 cur_byte = start / FLOATFORMAT_CHAR_BIT;
457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
464 unsigned int shifted = *(data + cur_byte) >> lo_bit;
470 cur_byte += nextbyte;
585 unsigned int cur_byte;
594 cur_byte = start / FLOATFORMAT_CHAR_BIT;
596 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
603 unsigned char *byte_ptr = data + cur_byte;
609 cur_byte += nextbyte;