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;
589 unsigned int cur_byte;
598 cur_byte = start / FLOATFORMAT_CHAR_BIT;
600 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
607 unsigned char *byte_ptr = data + cur_byte;
613 cur_byte += nextbyte;