Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Typedefs | Functions
memcpy.c File Reference
#include <string.h>
Include dependency graph for memcpy.c:

Macros

#define wsize   sizeof(word)
 
#define wmask   (wsize - 1)
 
#define TLOOP(s)   if (t) TLOOP1(s)
 
#define TLOOP1(s)   do { s; } while (--t)
 

Typedefs

typedef int word
 

Functions

void * memcpy (void *dst0, const void *src0, size_t length)
 

Macro Definition Documentation

◆ TLOOP

#define TLOOP (   s)    if (t) TLOOP1(s)

◆ TLOOP1

#define TLOOP1 (   s)    do { s; } while (--t)

◆ wmask

#define wmask   (wsize - 1)

◆ wsize

#define wsize   sizeof(word)

Typedef Documentation

◆ word

typedef int word

Function Documentation

◆ memcpy()

void* memcpy ( void *  dst0,
const void *  src0,
size_t  length 
)

References length, t, TLOOP, TLOOP1, wmask, and wsize.

Referenced by test_align().