Home | History | Annotate | Download | only in libiberty

Lines Matching defs:memcpy

35 #  define memcpy(d, s, n) bcopy ((s), (d), (n))
80 put things in a local (aligned) buffer first, then memcpy into RESBUF. */
91 memcpy (resbuf, buffer, 16);
115 memcpy (&ctx->buffer[bytes], fillbuf, pad);
118 Use memcpy to avoid aliasing problems. On most systems, this
121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes));
123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes));
215 memcpy (&ctx->buffer[left_over], buffer, add);
222 memcpy (ctx->buffer, &ctx->buffer[(left_over + add) & ~63],
245 memcpy (ctx->buffer, buffer, 64);
262 memcpy (ctx->buffer, buffer, len);