Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dsymtab.cc277 size_t total_bytes, longest, deleted = 0; in ht_dump_statistics() local
288 total_bytes = longest = sum_of_squares = nids = 0; in ht_dump_statistics()
298 total_bytes += n; in ht_dump_statistics()
320 SCALE (total_bytes), LABEL (total_bytes)); in ht_dump_statistics()
323 overhead = obstack_memory_used (&table->stack) - total_bytes; in ht_dump_statistics()
326 SCALE (total_bytes), LABEL (total_bytes), in ht_dump_statistics()
332 exp_len = (double)total_bytes / (double)nelts; in ht_dump_statistics()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dlong-inferior-output.c20 static size_t total_bytes = 0; variable
34 total_bytes += printf ("this is line number %d\n", i); in main()
36 printf ("total bytes written = %u\n", (unsigned) total_bytes); in main()
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Delf.c54 static long total_bytes = 0; variable
113 if (total_bytes != 0) { in vmem_sub()
114 int tmp_progress = *byte_count * 100 / total_bytes; in vmem_sub()
232 total_bytes = byte_count; in scanfile()
344 total_bytes += dbg_info_size; in scanfile()
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-match-parallel.c143 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
164 total_bytes = in tre_tnfa_run_parallel()
170 buf = alloca(total_bytes); in tre_tnfa_run_parallel()
172 buf = xmalloc((unsigned)total_bytes); in tre_tnfa_run_parallel()
176 memset(buf, 0, (size_t)total_bytes); in tre_tnfa_run_parallel()
Dtre-match-approx.c271 size_t total_bytes = reach_bytes * 2 + (tnfa->num_states * 2 + 1 ) * tag_bytes; in tre_tnfa_run_approx() local
274 total_bytes += (sizeof(long) - 1) * 3; in tre_tnfa_run_approx()
278 buf = alloca(total_bytes); in tre_tnfa_run_approx()
280 buf = xmalloc((unsigned)total_bytes); in tre_tnfa_run_approx()
284 memset(buf, 0, (size_t)total_bytes); in tre_tnfa_run_approx()
309 assert(buf_cursor <= buf + total_bytes); in tre_tnfa_run_approx()
/netbsd/src/libexec/ftpd/
Dftpcmd.y230 (LLT)total_bytes, PLURAL(total_bytes),
243 (LLT)total_bytes, PLURAL(total_bytes),
1394 total_bytes++;
1399 total_bytes++;
1406 total_bytes++;
1414 total_bytes++;
Dextern.h346 GLOBAL off_t total_bytes_in, total_bytes_out, total_bytes; variable
360 putc(c, f); total_bytes++; total_bytes_out++; \
Dftpd.c2140 total_bytes += c; in write_data()
2305 total_bytes++; in send_data()
2313 total_bytes++; in send_data()
2455 total_bytes += c; in receive_data()
2474 total_bytes += c; in receive_data()
2497 total_bytes++; in receive_data()
2510 total_bytes++; in receive_data()
2718 otb = total_bytes; in statcmd()
3768 total_bytes += b; in cprintf()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvarasm.cc5407 HOST_WIDE_INT total_bytes; /* # bytes output so far / current position. */ member
5438 if (fieldpos > local->total_bytes) in output_constructor_array_range()
5440 assemble_zeros (fieldpos - local->total_bytes); in output_constructor_array_range()
5441 local->total_bytes = fieldpos; in output_constructor_array_range()
5445 gcc_assert (fieldpos == local->total_bytes); in output_constructor_array_range()
5469 local->total_bytes += fieldsize; in output_constructor_array_range()
5490 local->total_bytes++; in output_constructor_regular_field()
5515 if (fieldpos > local->total_bytes) in output_constructor_regular_field()
5517 assemble_zeros (fieldpos - local->total_bytes); in output_constructor_regular_field()
5518 local->total_bytes = fieldpos; in output_constructor_regular_field()
[all …]
Dfold-const.cc7727 int total_bytes = GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (type)); in native_encode_int() local
7731 if ((off == -1 && total_bytes > len) || off >= total_bytes) in native_encode_int()
7738 return MIN (len, total_bytes - off); in native_encode_int()
7740 words = total_bytes / UNITS_PER_WORD; in native_encode_int()
7742 for (byte = 0; byte < total_bytes; byte++) in native_encode_int()
7749 if (total_bytes > UNITS_PER_WORD) in native_encode_int()
7761 offset = BYTES_BIG_ENDIAN ? (total_bytes - 1) - byte : byte; in native_encode_int()
7765 return MIN (len, total_bytes - off); in native_encode_int()
7779 int total_bytes = GET_MODE_SIZE (mode); in native_encode_fixed() local
7783 if (total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT) in native_encode_fixed()
[all …]
Dgimple-ssa-store-merging.cc1849 unsigned int total_bytes) in encode_tree_to_bitpos() argument
1863 if (first_byte >= total_bytes) in encode_tree_to_bitpos()
1865 total_bytes -= first_byte; in encode_tree_to_bitpos()
1870 if (rhs_bytes > total_bytes) in encode_tree_to_bitpos()
1875 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0; in encode_tree_to_bitpos()
1927 if (rhs_bytes > total_bytes) in encode_tree_to_bitpos()
Dinternal-fn.cc3136 unsigned HOST_WIDE_INT total_bytes = tree_to_uhwi (var_size); in expand_DEFERRED_INIT() local
3137 unsigned char *buf = XALLOCAVEC (unsigned char, total_bytes); in expand_DEFERRED_INIT()
3139 ? INIT_PATTERN_VALUE : 0), total_bytes); in expand_DEFERRED_INIT()
3141 (total_bytes * BITS_PER_UNIT, 1); in expand_DEFERRED_INIT()
3142 wide_int w = wi::from_buffer (buf, total_bytes); in expand_DEFERRED_INIT()
Dgimple.cc2299 uint64_t total_tuples = 0, total_bytes = 0; in dump_gimple_statistics() local
2317 total_bytes += gimple_alloc_sizes[i]; in dump_gimple_statistics()
2321 SIZE_AMOUNT (total_tuples), SIZE_AMOUNT (total_bytes)); in dump_gimple_statistics()
Dtree.cc8585 uint64_t total_nodes, total_bytes; in dump_tree_statistics() local
8588 total_nodes = total_bytes = 0; in dump_tree_statistics()
8603 total_bytes += tree_node_sizes[j]; in dump_tree_statistics()
8607 SIZE_AMOUNT (total_nodes), SIZE_AMOUNT (total_bytes)); in dump_tree_statistics()
DChangeLog-199816972 Protect variables `i', `total_nodes', and `total_bytes' with the
DChangeLog-2020324 memset more than total_bytes with off == -1 even if len is large.
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c1240 long total_bytes, nr_cols, nr_rows; in mi_cmd_data_read_memory() local
1329 total_bytes = word_size * nr_rows * nr_cols; in mi_cmd_data_read_memory()
1331 gdb::byte_vector mbuf (total_bytes); in mi_cmd_data_read_memory()
1335 mbuf.data (), addr, total_bytes); in mi_cmd_data_read_memory()
1342 uiout->field_signed ("total-bytes", total_bytes); in mi_cmd_data_read_memory()
1345 uiout->field_core_addr ("next-page", gdbarch, addr + total_bytes); in mi_cmd_data_read_memory()
1346 uiout->field_core_addr ("prev-page", gdbarch, addr - total_bytes); in mi_cmd_data_read_memory()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Ds_server.c3047 int total_bytes = 0; in www_body() local
3440 total_bytes += i; in www_body()
3442 if (total_bytes > 3 * 1024) { in www_body()
3443 total_bytes = 0; in www_body()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_cab.c244 uint32_t total_bytes; member
660 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()