Main Page | Alphabetical List | Class List | File List | Class Members | File Members

memcpy.h File Reference

#include <nlibc.h>

Include dependency graph for memcpy.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define memcpy(DEST, SRC, N)   wmemcpy((DEST),(SRC),((N+15)>>4))

Functions

void * wmemcpy (void *restrict dest, const void *restrict src, size_t words)


Define Documentation

#define memcpy DEST,
SRC,
 )     wmemcpy((DEST),(SRC),((N+15)>>4))
 

Definition at line 6 of file memcpy.h.


Function Documentation

void* wmemcpy void *restrict  dest,
const void *restrict  src,
size_t  words
 

A not-so-clever version of memcpy (for word sizes). Uses a blocking of 6 words.


Generated on Mon Feb 20 15:54:32 2006 for nlibc by doxygen 1.3.5