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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_string.c121 size_t old_length = as->buffer_length; local
124 if (as->buffer_length < old_length) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec3.c535 unsigned int old_length; local
671 old_length = nsec3.next_length;
690 INSIST(old_length <= sizeof(nexthash));
691 memmove(nexthash, old_next, old_length);
790 old_length = nsec3.next_length;
811 INSIST(old_length <= sizeof(nexthash));
812 memmove(nexthash, old_next, old_length);
/freebsd-9.3-release/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.c555 size_t old_length = VEC_length (temp_slot_p, used_temp_slots);
560 memset (&p[old_length], 0,
561 sizeof (temp_slot_p) * (level + 1 - old_length));
550 size_t old_length = VEC_length (temp_slot_p, used_temp_slots); local
/freebsd-9.3-release/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 167 milliseconds