Searched refs:old_length (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_string.c | 121 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/ |
| D | nsec3.c | 538 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/ |
| D | regclass.c | 2188 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()
|
| D | final.c | 1151 int old_length = insn_lengths[uid]; in shorten_branches() local 1250 if (insn_lengths[uid] != old_length) in shorten_branches()
|
| D | function.c | 550 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/ |
| D | label.y | 1116 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/ |
| D | ChangeLog-2006 | 613 * ldlang.h (lang_memory_region_type): Delete old_length. Add
|
| D | ChangeLog-9197 | 6509 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
|