Home
last modified time | relevance | path

Searched refs:old_length (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/sbin/pdisk/
Dpartition_map.c301 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/
Dregclass.c2188 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()
Dfinal.c1157 int old_length = insn_lengths[uid]; in shorten_branches() local
1254 if (insn_lengths[uid] != old_length) in shorten_branches()
Dfunction.c548 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/
Dldlang.h57 bfd_size_type old_length; member
Dldlang.c4066 p->old_length = (bfd_size_type) (p->current - p->origin); in lang_reset_memory_regions()
DChangeLog-91976509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dclass.c220 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/
Dldlang.h57 bfd_size_type old_length; member
Dldlang.c5324 p->old_length = (bfd_size_type) (p->current - p->origin); in lang_reset_memory_regions()
DChangeLog-91976509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfinal.c1395 int old_length = insn_lengths[uid]; local
1491 if (insn_lengths[uid] != old_length)