Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
cpu_fixed_k.c File Reference
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include <assert.h>
#include <cpuid.h>

Macros

#define uchar   unsigned char
 
#define uint   unsigned int
 
#define ulong   unsigned long
 
#define ushort   unsigned short
 

Functions

int __stdcall hasSSE2 (void)
 
int __stdcall hasSSE (void)
 
char * decimalparabinarioprintf (uint value)
 
int getcpuinfo (int aeax, int *oEAX, int *oEBX, int *oECX, int *oEDX)
 
char * getprocessorbrandstring_k ()
 
int __stdcall getcputype (int *family, int *model, int *stepping)
 
char * getcpuname_k ()
 
int __stdcall hasMMX ()
 
int __stdcall has3DNOW ()
 
int __stdcall has3DNOWExtensions ()
 
int __stdcall IsAMD64 ()
 
int __stdcall hasCMOV ()
 
int __stdcall hasHyperThreading ()
 
int __stdcall hasFPU ()
 
int __stdcall getcpuextendedfeature (int *eisst, int *tm2, int *ci)
 

Macro Definition Documentation

◆ uchar

#define uchar   unsigned char

◆ uint

#define uint   unsigned int

◆ ulong

#define ulong   unsigned long

◆ ushort

#define ushort   unsigned short

Function Documentation

◆ decimalparabinarioprintf()

char * decimalparabinarioprintf ( uint value)

◆ getcpuextendedfeature()

int __stdcall getcpuextendedfeature ( int * eisst,
int * tm2,
int * ci )

◆ getcpuinfo()

int getcpuinfo ( int aeax,
int * oEAX,
int * oEBX,
int * oECX,
int * oEDX )

◆ getcpuname_k()

char * getcpuname_k ( void )

◆ getcputype()

int __stdcall getcputype ( int * family,
int * model,
int * stepping )

◆ getprocessorbrandstring_k()

char * getprocessorbrandstring_k ( void )

◆ has3DNOW()

int __stdcall has3DNOW ( )

◆ has3DNOWExtensions()

int __stdcall has3DNOWExtensions ( )

◆ hasCMOV()

int __stdcall hasCMOV ( )

◆ hasFPU()

int __stdcall hasFPU ( )

◆ hasHyperThreading()

int __stdcall hasHyperThreading ( )

◆ hasMMX()

int __stdcall hasMMX ( )

◆ hasSSE()

int __stdcall hasSSE ( void )

◆ hasSSE2()

int __stdcall hasSSE2 ( void )

◆ IsAMD64()

int __stdcall IsAMD64 ( void )