copybytes
error = copybytes(sd, fd, clen, resbuf,
error = copybytes(sd, fd, contentlength, resbuf,
error = copybytes(sd, fd, OFF_MAX, resbuf,
uint32_t bpp, pitch, copybytes;
copybytes = Width * bpp;
bcopy(source, destination, copybytes);
uint32_t bpp, pitch, copybytes;
copybytes = Width * bpp;
bcopy(source, destination, copybytes);
gfx_mem_wr1(destination, copybytes,
gfx_mem_wr2(destination, copybytes,
gfx_mem_wr1(destination, copybytes,
gfx_mem_wr1(destination, copybytes,
gfx_mem_wr1(destination, copybytes,
gfx_mem_wr4(destination, copybytes,
uint32_t bpp, copybytes;
copybytes = Width * bpp;
bcopy(source, destination, copybytes);