Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDutil.c372 apr_off_t old_length, in svn_diff__unified_write_hunk_header() argument
384 if (old_length != 1) in svn_diff__unified_write_hunk_header()
388 ",%" APR_OFF_T_FMT, old_length)); in svn_diff__unified_write_hunk_header()
HDdiff.h210 apr_off_t old_length,
/NextBSD/contrib/gcc/
HDregclass.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()
HDfinal.c1151 int old_length = insn_lengths[uid]; in shorten_branches() local
1250 if (insn_lengths[uid] != old_length) in shorten_branches()
HDfunction.c556 size_t old_length = VEC_length (temp_slot_p, used_temp_slots); in temp_slots_at_level() local
561 memset (&p[old_length], 0, in temp_slots_at_level()
562 sizeof (temp_slot_p) * (level + 1 - old_length)); in temp_slots_at_level()
/NextBSD/contrib/groff/src/preproc/refer/
HDlabel.y1116 int old_length = v.length(); in set() local
1118 for (int j = old_length; j <= bytei; j++) in set()
/NextBSD/contrib/binutils/ld/
HDChangeLog-2006613 * ldlang.h (lang_memory_region_type): Delete old_length. Add
HDChangeLog-91976509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.