Searched refs:old_length (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c372 apr_off_t old_length,
384 if (old_length != 1)
388 ",%" APR_OFF_T_FMT, old_length));
368 svn_diff__unified_write_hunk_header(svn_stream_t *output_stream, const char *header_encoding, const char *hunk_delimiter, apr_off_t old_start, apr_off_t old_length, apr_off_t new_start, apr_off_t new_length, const char *hunk_extra_context, apr_pool_t *scratch_pool) argument
H A Ddiff.h210 apr_off_t old_length,
/freebsd-11-stable/contrib/gcc/
H A Dregclass.c2198 size_t old_length = VEC_length (reg_info_p, reg_n_info);
2199 if (old_length < regno_allocated)
2204 memset (&addr[old_length], 0,
2205 sizeof (reg_info_p) * (regno_allocated - old_length));
2207 else if (regno_allocated < old_length)
2188 size_t old_length = VEC_length (reg_info_p, reg_n_info); local
H A Dfinal.c1157 int old_length = insn_lengths[uid];
1256 if (insn_lengths[uid] != old_length)
1151 int old_length = insn_lengths[uid]; local
H A Dfunction.c561 size_t old_length = VEC_length (temp_slot_p, used_temp_slots);
566 memset (&p[old_length], 0,
567 sizeof (temp_slot_p) * (level + 1 - old_length));
556 size_t old_length = VEC_length (temp_slot_p, used_temp_slots); local
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y1116 int old_length = v.length();
1118 for (int j = old_length; j <= bytei; j++)

Completed in 213 milliseconds