FreeRDP
prim_add.c File Reference
#include <freerdp/config.h>
#include <stdint.h>
#include <freerdp/types.h>
#include <freerdp/primitives.h>
#include "prim_internal.h"
#include "prim_add.h"

Functions

static INLINE INT16 add (INT16 a, INT16 b)
 
static pstatus_t general_add_16s (const INT16 *WINPR_RESTRICT pSrc1, const INT16 *WINPR_RESTRICT pSrc2, INT16 *WINPR_RESTRICT pDst, UINT32 len)
 
static pstatus_t general_add_16s_inplace (INT16 *WINPR_RESTRICT pSrcDst1, INT16 *WINPR_RESTRICT pSrcDst2, UINT32 len)
 
void primitives_init_add (primitives_t *prims)
 
void primitives_init_add_opt (primitives_t *WINPR_RESTRICT prims)
 

Function Documentation

◆ add()

static INLINE INT16 add ( INT16  a,
INT16  b 
)
static
Here is the caller graph for this function:

◆ general_add_16s()

static pstatus_t general_add_16s ( const INT16 *WINPR_RESTRICT  pSrc1,
const INT16 *WINPR_RESTRICT  pSrc2,
INT16 *WINPR_RESTRICT  pDst,
UINT32  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ general_add_16s_inplace()

static pstatus_t general_add_16s_inplace ( INT16 *WINPR_RESTRICT  pSrcDst1,
INT16 *WINPR_RESTRICT  pSrcDst2,
UINT32  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ primitives_init_add()

void primitives_init_add ( primitives_t prims)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ primitives_init_add_opt()

void primitives_init_add_opt ( primitives_t *WINPR_RESTRICT  prims)
Here is the call graph for this function:
Here is the caller graph for this function: