Lines Matching defs:copied
15 const copied = b.copy(c, 0, 0, 512); constant
26 const copied = b.copy(c, '0', '0', '512'); constant
37 const copied = b.copy(c, 0, 0, 512.5); constant
48 const copied = c.copy(b, 0, 0); constant
59 const copied = c.copy(b, 0); constant
70 const copied = c.copy(b, 0, 0, c.length + 1); constant
81 const copied = b.copy(c); constant
92 const copied = b.copy(c, 0, b.length - Math.floor(c.length / 2)); constant
106 const copied = b.copy(c, 0, 0, 513); constant
117 const copied = b.copy(b, 0, 256, 1024); constant
196 const copied = b.copy(d, 0, 0, 512); constant
209 const copied = Buffer.prototype.copy.call(e, c, 0, 0, 512); constant