Searched refs:old_length (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sbin/pdisk/ |
| D | partition_map.c | 301 uint32_t old_base, old_length, old_address; in add_partition_to_map() local 324 old_length = cur->dpme_pblocks; in add_partition_to_map() 328 if (base == old_base && length == old_length) in add_partition_to_map() 332 else if (base - old_base < old_length - length) in add_partition_to_map() 354 new_length = (old_base + old_length) - new_base; in add_partition_to_map()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | regclass.c | 2188 size_t old_length = VEC_length (reg_info_p, reg_n_info); in allocate_reg_info() local 2189 if (old_length < regno_allocated) in allocate_reg_info() 2194 memset (&addr[old_length], 0, in allocate_reg_info() 2195 sizeof (reg_info_p) * (regno_allocated - old_length)); in allocate_reg_info() 2197 else if (regno_allocated < old_length) in allocate_reg_info()
|
| D | final.c | 1157 int old_length = insn_lengths[uid]; in shorten_branches() local 1254 if (insn_lengths[uid] != old_length) in shorten_branches()
|
| D | function.c | 548 size_t old_length = VEC_length (temp_slot_p, used_temp_slots); in temp_slots_at_level() local 553 memset (&p[old_length], 0, in temp_slots_at_level() 554 sizeof (temp_slot_p) * (level + 1 - old_length)); in temp_slots_at_level()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldlang.h | 57 bfd_size_type old_length; member
|
| D | ldlang.c | 4066 p->old_length = (bfd_size_type) (p->current - p->origin); in lang_reset_memory_regions()
|
| D | ChangeLog-9197 | 6509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | class.c | 220 ident_subst (old_name, old_length, prefix, old_char, new_char, suffix) in ident_subst() argument 222 int old_length; 230 int i = prefix_len + old_length + suffix_len + 1; 237 for (i = 0; i < old_length; i++) 244 strcpy (buffer + prefix_len + old_length, suffix);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldlang.h | 57 bfd_size_type old_length; member
|
| D | ldlang.c | 5324 p->old_length = (bfd_size_type) (p->current - p->origin); in lang_reset_memory_regions()
|
| D | ChangeLog-9197 | 6509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | final.c | 1395 int old_length = insn_lengths[uid]; local 1491 if (insn_lengths[uid] != old_length)
|