| /src/external/gpl3/gdb.old/dist/gdb/ |
| value.c | 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 () 2677 unsigned bit_off = 0, bit_size = 0; local 2702 result >>= bit_off; local 2865 unsigned bit_off = type->bit_offset (); local 3436 unsigned bit_off = type->bit_offset (); local 3439 num <<= bit_off; local 3485 unsigned bit_off = type->bit_offset (); local 3488 num <<= bit_off; local 3565 unsigned bit_off = type->bit_offset (); local 3575 storage <<= bit_off; local [all...] |
| gdbtypes.c | 5404 unsigned bit_off = type->bit_offset (); 5406 bit_size, bit_off); 5399 unsigned bit_off = type->bit_offset (); local
|
| ada-lang.c | 2563 int bits, elt_off, bit_off; 2600 bit_off = elt_total_bit_offset % HOST_CHAR_BIT; 2602 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off, 2558 int bits, elt_off, bit_off; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| value.c | 2694 unsigned bit_off = 0, bit_size = 0; 2704 bit_off = type->bit_offset (); 2706 unsigned n_bytes = ((bit_off % 8) + bit_size + 7) / 8; 2707 valbytes = valbytes.slice (bit_off / 8, n_bytes); 2710 bit_off = (n_bytes * 8 - bit_off % 8 - bit_size); 2712 bit_off %= 8; 2718 if (bit_off != 0) 2719 result >>= bit_off; 2883 unsigned bit_off = type->bit_offset () 2690 unsigned bit_off = 0, bit_size = 0; local 2715 result >>= bit_off; local 2878 unsigned bit_off = type->bit_offset (); local 3459 unsigned bit_off = type->bit_offset (); local 3462 num <<= bit_off; local 3508 unsigned bit_off = type->bit_offset (); local 3511 num <<= bit_off; local 3588 unsigned bit_off = type->bit_offset (); local 3598 storage <<= bit_off; local [all...] |
| gdbtypes.c | 5462 unsigned bit_off = type->bit_offset (); 5464 bit_size, bit_off); 5457 unsigned bit_off = type->bit_offset (); local
|
| ada-lang.c | 2561 int bits, elt_off, bit_off; 2598 bit_off = elt_total_bit_offset % HOST_CHAR_BIT; 2600 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off, 2556 int bits, elt_off, bit_off; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-store-merging.cc | 5008 poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT; local 5009 bit_off += *pbitpos; 5011 if (known_ge (bit_off, 0) && bit_off.to_shwi (pbitpos)) 5015 bit_off = byte_off << LOG2_BITS_PER_UNIT; 5016 bit_off += *pbitregion_start; 5017 if (bit_off.to_uhwi (pbitregion_start)) 5019 bit_off = byte_off << LOG2_BITS_PER_UNIT; 5020 bit_off += *pbitregion_end; 5021 if (!bit_off.to_uhwi (pbitregion_end) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-store-merging.cc | 4904 poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT; local 4905 bit_off += *pbitpos; 4907 if (known_ge (bit_off, 0) && bit_off.to_shwi (pbitpos)) 4911 bit_off = byte_off << LOG2_BITS_PER_UNIT; 4912 bit_off += *pbitregion_start; 4913 if (bit_off.to_uhwi (pbitregion_start)) 4915 bit_off = byte_off << LOG2_BITS_PER_UNIT; 4916 bit_off += *pbitregion_end; 4917 if (!bit_off.to_uhwi (pbitregion_end) [all...] |