Home
last modified time | relevance | path

Searched refs:n_per_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gas/
H A Dwrite.c1694 int n_per_buf, i; in write_contents() local
1697 n_per_buf = sizeof (buf); in write_contents()
1698 memset (buf, *fill_literal, n_per_buf); in write_contents()
1703 n_per_buf = sizeof (buf) / fill_size; in write_contents()
1704 for (i = n_per_buf, bufp = buf; i; i--, bufp += fill_size) in write_contents()
1707 for (; count > 0; count -= n_per_buf) in write_contents()
1709 n_per_buf = n_per_buf > count ? count : n_per_buf; in write_contents()
1712 (bfd_size_type) n_per_buf * fill_size); in write_contents()
1718 (long) (n_per_buf * fill_size)), in write_contents()
1719 (long) (n_per_buf * fill_size), in write_contents()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c1691 int n_per_buf, i; in write_contents() local
1694 n_per_buf = sizeof (buf); in write_contents()
1695 memset (buf, *fill_literal, n_per_buf); in write_contents()
1700 n_per_buf = sizeof (buf) / fill_size; in write_contents()
1701 for (i = n_per_buf, bufp = buf; i; i--, bufp += fill_size) in write_contents()
1704 for (; count > 0; count -= n_per_buf) in write_contents()
1706 n_per_buf = n_per_buf > count ? count : n_per_buf; in write_contents()
1709 (bfd_size_type) n_per_buf * fill_size); in write_contents()
1715 (long) (n_per_buf * fill_size)), in write_contents()
1716 (long) (n_per_buf * fill_size), in write_contents()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/
H A Dwrite.c1733 int n_per_buf, i; in write_contents() local
1736 n_per_buf = sizeof (buf); in write_contents()
1737 memset (buf, *fill_literal, n_per_buf); in write_contents()
1742 n_per_buf = sizeof (buf) / fill_size; in write_contents()
1743 for (i = n_per_buf, bufp = buf; i; i--, bufp += fill_size) in write_contents()
1746 for (; count > 0; count -= n_per_buf) in write_contents()
1748 n_per_buf = n_per_buf > count ? count : n_per_buf; in write_contents()
1751 (bfd_size_type) n_per_buf * fill_size); in write_contents()
1757 (long) (n_per_buf * fill_size)), in write_contents()
1758 (long) (n_per_buf * fill_size), in write_contents()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dwrite.c1694 int n_per_buf, i; in write_contents() local
1697 n_per_buf = sizeof (buf); in write_contents()
1698 memset (buf, *fill_literal, n_per_buf); in write_contents()
1703 n_per_buf = sizeof (buf) / fill_size; in write_contents()
1704 for (i = n_per_buf, bufp = buf; i; i--, bufp += fill_size) in write_contents()
1707 for (; count > 0; count -= n_per_buf) in write_contents()
1709 n_per_buf = n_per_buf > count ? count : n_per_buf; in write_contents()
1712 (bfd_size_type) n_per_buf * fill_size); in write_contents()
1718 (long) (n_per_buf * fill_size)), in write_contents()
1719 (long) (n_per_buf * fill_size), in write_contents()
[all …]