#include <ubixos/types.h>#include <strings.h>#include <string.h>Include dependency graph for bcopy.c:

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

Go to the source code of this file.
Defines | |
| #define | TLOOP(s) if (t) TLOOP1(s) | 
| #define | TLOOP1(s) do { s; } while (--t) | 
| #define | wmask (wsize - 1) | 
| #define | wsize sizeof(word) | 
Typedefs | |
| typedef uint32_t | uintptr_t | 
| typedef int | word | 
Functions | |
| void | bcopy (const void *src0, void *dst0, size_t length) | 
| #define TLOOP | ( | s | ) | if (t) TLOOP1(s) | 
Referenced by bcopy().
| #define TLOOP1 | ( | s | ) | do { s; } while (--t) | 
Referenced by bcopy().
| #define wmask (wsize - 1) | 
| #define wsize sizeof(word) | 
| void bcopy | ( | const void * | src0, | |
| void * | dst0, | |||
| size_t | length | |||
| ) | 
 1.4.7