Searched refs:n_per_buf (Results 1 – 1 of 1) sorted by relevance
1727 int n_per_buf, i; in write_contents() local1730 n_per_buf = sizeof (buf); in write_contents()1731 memset (buf, *fill_literal, n_per_buf); in write_contents()1736 n_per_buf = sizeof (buf) / fill_size; in write_contents()1737 for (i = n_per_buf, bufp = buf; i; i--, bufp += fill_size) in write_contents()1740 for (; count > 0; count -= n_per_buf) in write_contents()1742 n_per_buf = n_per_buf > count ? count : n_per_buf; in write_contents()1745 (bfd_size_type) n_per_buf * fill_size); in write_contents()1751 (long) (n_per_buf * fill_size)), in write_contents()1752 (long) (n_per_buf * fill_size), in write_contents()[all …]