Lines Matching defs:Writer
45 func gen(arch string, tags, zero, copy func(io.Writer)) {
63 func notags(w io.Writer) { fmt.Fprintln(w) }
65 func zeroAMD64(w io.Writer) {
81 func copyAMD64(w io.Writer) {
99 func zero386(w io.Writer) {
110 func copy386(w io.Writer) {
128 func zeroARM(w io.Writer) {
139 func copyARM(w io.Writer) {
153 func zeroARM64(w io.Writer) {
165 func copyARM64(w io.Writer) {
180 func zeroLOONG64(w io.Writer) {
192 func copyLOONG64(w io.Writer) {
204 func tagsPPC64x(w io.Writer) {
210 func zeroPPC64x(w io.Writer) {
221 func copyPPC64x(w io.Writer) {
231 func tagsMIPS64x(w io.Writer) {
237 func zeroMIPS64x(w io.Writer) {
249 func copyMIPS64x(w io.Writer) {
261 func zeroRISCV64(w io.Writer) {
273 func copyRISCV64(w io.Writer) {