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

Macros

#define FUNC_TEST_SIZE   65536
 

Functions

static BOOL test_lShift_16s_func (void)
 
static BOOL test_lShift_16u_func (void)
 
static BOOL test_rShift_16s_func (void)
 
static BOOL test_rShift_16u_func (void)
 
static BOOL test_ShiftWrapper_16s_func (void)
 
static BOOL test_ShiftWrapper_16u_func (void)
 
static BOOL test_lShift_16s_speed (void)
 
static BOOL test_lShift_16u_speed (void)
 
static BOOL test_rShift_16s_speed (void)
 
static BOOL test_rShift_16u_speed (void)
 
int TestPrimitivesShift (int argc, char *argv[])
 

Macro Definition Documentation

◆ FUNC_TEST_SIZE

#define FUNC_TEST_SIZE   65536

Function Documentation

◆ test_lShift_16s_func()

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

◆ test_lShift_16s_speed()

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

◆ test_lShift_16u_func()

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

◆ test_lShift_16u_speed()

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

◆ test_rShift_16s_func()

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

◆ test_rShift_16s_speed()

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

◆ test_rShift_16u_func()

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

◆ test_rShift_16u_speed()

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

◆ test_ShiftWrapper_16s_func()

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

◆ test_ShiftWrapper_16u_func()

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

◆ TestPrimitivesShift()

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