Home
last modified time | relevance | path

Searched refs:new_length (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dui-file.c472 int new_length = stream->length_buffer + length_buffer; in mem_file_write() local
474 if (new_length >= stream->sizeof_buffer) in mem_file_write()
476 stream->sizeof_buffer = new_length; in mem_file_write()
480 stream->length_buffer = new_length; in mem_file_write()
H A Dvalops.c409 LONGEST low_bound, high_bound, new_length; in value_cast() local
413 new_length = val_length / element_length; in value_cast()
422 new_length + low_bound - 1); in value_cast()
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-script.c859 realloc_body_list (struct command_line *command, int new_length) in realloc_body_list() argument
867 if (new_length <= n) in realloc_body_list()
871 xmalloc (sizeof (struct command_line *) * new_length); in realloc_body_list()
874 memset (body_list + n, 0, sizeof (struct command_line *) * (new_length - n)); in realloc_body_list()
878 command->body_count = new_length; in realloc_body_list()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfinal.c1176 int new_length; in shorten_branches() local
1347 new_length = 0; in shorten_branches()
1369 new_length += inner_length; in shorten_branches()
1374 new_length = insn_current_length (insn); in shorten_branches()
1375 insn_current_address += new_length; in shorten_branches()
1380 tmp_length = new_length; in shorten_branches()
1381 ADJUST_INSN_LENGTH (insn, new_length); in shorten_branches()
1382 insn_current_address += (new_length - tmp_length); in shorten_branches()
1385 if (new_length != insn_lengths[uid]) in shorten_branches()
1387 insn_lengths[uid] = new_length; in shorten_branches()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfinal.c1214 int new_length; in shorten_branches() local
1416 new_length = 0; in shorten_branches()
1443 new_length += inner_length; in shorten_branches()
1448 new_length = insn_current_length (insn); in shorten_branches()
1449 insn_current_address += new_length; in shorten_branches()
1454 tmp_length = new_length; in shorten_branches()
1455 ADJUST_INSN_LENGTH (insn, new_length); in shorten_branches()
1456 insn_current_address += (new_length - tmp_length); in shorten_branches()
1459 if (new_length != insn_lengths[uid] in shorten_branches()
1460 && (!increasing || new_length > insn_lengths[uid])) in shorten_branches()
[all …]
H A Dlra-lives.c1323 unsigned new_length = get_max_uid () * 2; in lra_create_live_ranges_1() local
1325 point_freq_vec.reserve_exact (new_length); in lra_create_live_ranges_1()
/dragonfly/contrib/binutils-2.34/gas/
H A Dread.c1251 unsigned int new_length; in read_a_source_file() local
1312 new_length = ends - s; in read_a_source_file()
1313 new_buf = XNEWVEC (char, new_length); in read_a_source_file()
1320 space = (new_buf + new_length) - new_tmp; in read_a_source_file()
1329 new_buf = XRESIZEVEC (char, new_buf, new_length + 100); in read_a_source_file()
1330 new_tmp = new_buf + new_length; in read_a_source_file()
1331 new_length += 100; in read_a_source_file()
1344 new_length = strlen (new_buf); in read_a_source_file()
1345 sb_build (&sbuf, new_length); in read_a_source_file()
1346 sb_add_buffer (&sbuf, new_buf, new_length); in read_a_source_file()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c279 size_t new_length; in archive_string_ensure() local
294 new_length = 32; in archive_string_ensure()
297 new_length = as->buffer_length + as->buffer_length; in archive_string_ensure()
300 new_length = as->buffer_length + as->buffer_length / 4; in archive_string_ensure()
302 if (new_length < as->buffer_length) { in archive_string_ensure()
314 if (new_length < s) in archive_string_ensure()
315 new_length = s; in archive_string_ensure()
317 p = (char *)realloc(as->s, new_length); in archive_string_ensure()
326 as->buffer_length = new_length; in archive_string_ensure()
/dragonfly/contrib/binutils-2.27/gas/
H A Dread.c1249 unsigned int new_length; in read_a_source_file() local
1310 new_length = ends - s; in read_a_source_file()
1311 new_buf = XNEWVEC (char, new_length); in read_a_source_file()
1318 space = (new_buf + new_length) - new_tmp; in read_a_source_file()
1327 new_buf = XRESIZEVEC (char, new_buf, new_length + 100); in read_a_source_file()
1328 new_tmp = new_buf + new_length; in read_a_source_file()
1329 new_length += 100; in read_a_source_file()
1342 new_length = strlen (new_buf); in read_a_source_file()
1343 sb_build (&sbuf, new_length); in read_a_source_file()
1344 sb_add_buffer (&sbuf, new_buf, new_length); in read_a_source_file()