FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
memcpy.h File Reference
+ Include dependency graph for memcpy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static_always_inline void clib_memcpy_u32_x4 (u32 *dst, u32 *src)
 
static_always_inline void clib_memcpy_u32_x8 (u32 *dst, u32 *src)
 
static_always_inline void clib_memcpy_u32_x16 (u32 *dst, u32 *src)
 
static_always_inline void clib_memcpy_u32 (u32 *dst, u32 *src, u32 n_left)
 

Function Documentation

◆ clib_memcpy_u32()

static_always_inline void clib_memcpy_u32 ( u32 dst,
u32 src,
u32  n_left 
)

Definition at line 43 of file memcpy.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clib_memcpy_u32_x16()

static_always_inline void clib_memcpy_u32_x16 ( u32 dst,
u32 src 
)

Definition at line 32 of file memcpy.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clib_memcpy_u32_x4()

static_always_inline void clib_memcpy_u32_x4 ( u32 dst,
u32 src 
)

Definition at line 12 of file memcpy.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clib_memcpy_u32_x8()

static_always_inline void clib_memcpy_u32_x8 ( u32 dst,
u32 src 
)

Definition at line 21 of file memcpy.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: