Home | History | Annotate | Download | only in libiberty

Lines Matching defs:cur_byte

451   unsigned int cur_byte;
460 cur_byte = start / FLOATFORMAT_CHAR_BIT;
462 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
469 unsigned int shifted = *(data + cur_byte) >> lo_bit;
475 cur_byte += nextbyte;
594 unsigned int cur_byte;
603 cur_byte = start / FLOATFORMAT_CHAR_BIT;
605 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
612 unsigned char *byte_ptr = data + cur_byte;
618 cur_byte += nextbyte;