Home | History | Annotate | Download | only in libiberty

Lines Matching full:cur_byte

429   unsigned int cur_byte;
438 cur_byte = start / FLOATFORMAT_CHAR_BIT;
440 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
447 unsigned int shifted = *(data + cur_byte) >> lo_bit;
453 cur_byte += nextbyte;
568 unsigned int cur_byte;
577 cur_byte = start / FLOATFORMAT_CHAR_BIT;
579 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
586 unsigned char *byte_ptr = data + cur_byte;
592 cur_byte += nextbyte;