FreeRDP
TestPrimitivesSet.c File Reference
#include <freerdp/config.h>
#include <winpr/sysinfo.h>
#include "prim_test.h"

Functions

static BOOL check8 (const BYTE *src, UINT32 length, UINT32 offset, BYTE value)
 
static BOOL test_set8u_func (void)
 
static BOOL test_set8u_speed (void)
 
static BOOL check32s (const INT32 *src, UINT32 length, UINT32 offset, INT32 value)
 
static BOOL test_set32s_func (void)
 
static BOOL check32u (const UINT32 *src, UINT32 length, UINT32 offset, UINT32 value)
 
static BOOL test_set32u_func (void)
 
static BOOL test_set32u_speed (void)
 
static BOOL test_set32s_speed (void)
 
int TestPrimitivesSet (int argc, char *argv[])
 

Function Documentation

◆ check32s()

static BOOL check32s ( const INT32 *  src,
UINT32  length,
UINT32  offset,
INT32  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ check32u()

static BOOL check32u ( const UINT32 *  src,
UINT32  length,
UINT32  offset,
UINT32  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ check8()

static BOOL check8 ( const BYTE src,
UINT32  length,
UINT32  offset,
BYTE  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set32s_func()

static BOOL test_set32s_func ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set32s_speed()

static BOOL test_set32s_speed ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set32u_func()

static BOOL test_set32u_func ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set32u_speed()

static BOOL test_set32u_speed ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set8u_func()

static BOOL test_set8u_func ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_set8u_speed()

static BOOL test_set8u_speed ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestPrimitivesSet()

int TestPrimitivesSet ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: