FreeRDP
TestIntrinsics.c File Reference
#include <winpr/crt.h>
#include <winpr/sysinfo.h>
#include <winpr/windows.h>
#include <winpr/intrin.h>

Functions

static INLINE UINT32 lzcnt_s (UINT32 x)
 
static int test_lzcnt (void)
 
static int test_lzcnt16 (void)
 
int TestIntrinsics (int argc, char *argv[])
 

Variables

static BOOL g_LZCNT = FALSE
 

Function Documentation

◆ lzcnt_s()

static INLINE UINT32 lzcnt_s ( UINT32  x)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_lzcnt()

static int test_lzcnt ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_lzcnt16()

static int test_lzcnt16 ( void  )
static
Here is the call graph for this function:

◆ TestIntrinsics()

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

Variable Documentation

◆ g_LZCNT

BOOL g_LZCNT = FALSE
static