Lines Matching defs:bit_off
2681 unsigned bit_off = 0, bit_size = 0;
2691 bit_off = type->bit_offset ();
2693 unsigned n_bytes = ((bit_off % 8) + bit_size + 7) / 8;
2694 valbytes = valbytes.slice (bit_off / 8, n_bytes);
2697 bit_off = (n_bytes * 8 - bit_off % 8 - bit_size);
2699 bit_off %= 8;
2705 if (bit_off != 0)
2706 result >>= bit_off;
2870 unsigned bit_off = type->bit_offset ();
2879 result = unpack_bits_as_long (type, valaddr, bit_off, bit_size);
3444 unsigned bit_off = type->bit_offset ();
3447 num <<= bit_off;
3493 unsigned bit_off = type->bit_offset ();
3496 num <<= bit_off;
3573 unsigned bit_off = type->bit_offset ();
3583 storage <<= bit_off;