Lines Matching refs:woffset
438 poly_offset_int woffset = (wi::to_poly_offset (this_offset)
440 woffset += wi::to_offset (DECL_FIELD_BIT_OFFSET (field));
441 bit_offset += woffset;
469 tem -= woffset;
509 poly_offset_int woffset
513 woffset *= wi::to_offset (unit_size);
514 woffset <<= LOG2_BITS_PER_UNIT;
515 bit_offset += woffset;
580 poly_offset_int woffset
583 woffset *= wi::to_offset (unit_size);
584 woffset <<= LOG2_BITS_PER_UNIT;
585 bit_offset += woffset;
587 maxsize -= woffset;
837 poly_offset_int woffset
841 woffset *= wi::to_offset (unit_size);
842 byte_offset += woffset.force_shwi ();