I | |
InitA20 | |
InitA20test | |
initcombuffer | |
InitGDT | |
InitializeAllocator | |
InitializeAPRegisters | |
InitializeGDT | |
InitializeGDT32 | |
InitializeIDT | |
InitializeIDT32 | |
InitializeIO | |
InitializeIPC | |
InitializeKernelHeap | |
InitializePaging | |
InitializePIC | |
InitializePIT | |
InitializeRTC | |
InitializeScheduler | |
InitializeSyscalls | |
InitializeTDT | |
InitializeTSS | |
InitializeTSSAP | |
InitializeTSSBSP | |
InitializeV8086 | |
InitMemMap | |
InitTextPos | |
inportb | |
inportd | |
inportw | |
InsertLargePage32 | |
InsertPage | |
InsertPage32 | |
InsertPageDriver | |
InsertPageGlobal | |
InsertPageTable32 | |
InsertPageUser | |
InsertTSSBitmapPage | |
InstallPatches | |
int_nm | |
IntHandler | |
InvalidatePage | |
ipccdeclconv | |
IrqRTCHandler | |
isalnum | |
isalpha | |
ISAPNP_WriteMagic | |
isblank | |
iscntrl | |
isdigit | |
isgraph | |
islower | |
isprint | |
ispunct | |
IsrGPFHandler32 | |
IsrNMHandler | |
IsrPFHandler32 | |
isspace | |
isupper | |
isxdigit | |
K | |
kernelentry | |
kernelversion | |
KernelVersion | |
L | |
labs | |
ldiv | |
LibGFX_ConstAttrFold | |
LibGFX_recursetree | |
LibGFX_UnfoldMad | |
llabs | |
lldiv | |
LoadCluster | |
LoadDefaultDisplayValues | |
LoadSector | |
loadunittable | |
localipccall | |
log | |
logf | |
logl |
configures the environment to make Virtual8086 mode bios calls
Function InitializeV8086() As Integer
Returns nonzero when c is either a character or a number
int isalnum( int c )
Returns nonzero when c is an alphanumerical character
int isalpha( int c )
Write the initiation key to the ISA device
Sub ISAPNP_WriteMagic()
Returns nonzero when c is a blank (either space or tab)
int isblank( int c )
Returns nonzero when c is a control character
int iscntrl( int c )
Returns nonzero when c is a decimal digit (number)
int isdigit( int c )
Returns nonzero when c is printable character, excluding space
int isgraph( int c )
Returns nonzero when c is an lowercase character
int islower( int c )
Returns nonzero when c is printable character, including space
int isprint( int c )
Returns nonzero when c is a punctuation character (c is not a control, space, letter or number)
int ispunct( int c )
Returns nonzero when c is a whitespace character
int isspace( int c )
Returns nonzero when c is an uppercase character
int isupper( int c )
Returns nonzero when c is an hexadecimal digit
int isxdigit( int c )
Returns the absolute value of a given long int
long int labs( long int j )
Performs a division on long ints both the quotient and remainder are stored in a ldiv_t (_PDCLIB_ldiv_t) struct
ldiv_t ldiv( long int numer, long int denom )
walks the tree and retrieves the currently applicable value/attribute to a simple extent
int LibGFX_ConstAttrFold ( AST_Node * root, int * const_val, int * attr_val )
recursive helper function for building a tree from an opcode map
static int LibGFX_recursetree( int node, AST_Node ** tempmap, AST_RawOpcodeMap * rawmap, int maxnode )
substitutes the MAD opcode with an ADD and a MUL, replacing the original node
int LibGFX_UnfoldMad( AST_Node * root )
Returns the absolute value of a given long long
long long int llabs( long long int j )
Performs a division on long longs both the quotient and remainder are stored in a lldiv_t (_PDCLIB_lldiv_t) struct
lldiv_t lldiv( long long int numer, long long int denom )
Gets a standard value for the monitor settings
Sub LoadDefaultDisplayValues( ByRef vdp As VESA_display_properties )
computes and returns the natural logarithm of x (using a taylor expansion)
double log( double x )
computes and returns the natural logarithm of x (using a taylor expansion)
float logf( float x )
computes and returns the natural logarithm of x (using a taylor expansion)
long double logl( long double x )