Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libarchive/libarchive/
Darchive_string.c121 size_t old_length = as->buffer_length; in __archive_string_ensure() local
124 if (as->buffer_length < old_length) { in __archive_string_ensure()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dnsec3.c538 unsigned int old_length; in dns_nsec3_addnsec3() local
675 old_length = nsec3.next_length; in dns_nsec3_addnsec3()
694 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
695 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
794 old_length = nsec3.next_length; in dns_nsec3_addnsec3()
815 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
816 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
/freebsd-9-stable/contrib/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.c1151 int old_length = insn_lengths[uid]; in shorten_branches() local
1250 if (insn_lengths[uid] != old_length) in shorten_branches()
Dfunction.c550 size_t old_length = VEC_length (temp_slot_p, used_temp_slots); in temp_slots_at_level() local
555 memset (&p[old_length], 0, in temp_slots_at_level()
556 sizeof (temp_slot_p) * (level + 1 - old_length)); in temp_slots_at_level()
/freebsd-9-stable/contrib/groff/src/preproc/refer/
Dlabel.y1116 int old_length = v.length(); in set() local
1118 for (int j = old_length; j <= bytei; j++) in set()
/freebsd-9-stable/contrib/binutils/ld/
DChangeLog-2006613 * ldlang.h (lang_memory_region_type): Delete old_length. Add
DChangeLog-91976509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.