/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | zlibpas.pas | 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; 22 in_func = function(opaque: Pointer; var buf: PByte): Integer; 24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; 105 function zlibVersion: PChar; 106 function deflateInit(var strm: z_stream; level: Integer): Integer; 107 function deflate(var strm: z_stream; flush: Integer): Integer; 108 function deflateEnd(var strm: z_stream): Integer; 109 function inflateInit(var strm: z_stream): Integer; 110 function inflate(var strm: z_stream; flush: Integer): Integer; 111 function inflateEn [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | ansiesc.c | 35 * @v function Control function identifier 40 unsigned int function, int count, 44 for ( handler = handlers ; handler->function ; handler++ ) { 45 if ( handler->function == function ) { 74 ctx->function = 0; 101 ctx->function <<= 8; 102 ctx->function |= c; 109 ctx->function << 39 ansiesc_call_handler( struct ansiesc_handler *handlers, unsigned int function, int count, int params[] ) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | pxeparent.h | 8 extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | CpuPause.s | 2 /// CpuPause() function for Itanium-based architecture. 21 .type CpuPause, @function
|
H A D | AccessKr7.s | 32 .type AsmReadKr7, @function 55 .type AsmWriteKr7, @function
|
H A D | Asm.h | 21 .##type name, @function; \
|
H A D | ExecFc.s | 32 .type AsmFc, @function 58 .type AsmFci, @function
|
H A D | AccessDbr.s | 32 .type AsmReadDbr, @function 57 .type AsmWriteDbr, @function 84 .type AsmReadIbr, @function 109 .type AsmWriteIbr, @function
|
H A D | ReadCpuid.s | 2 /// IPF specific AsmReadCpuid()function 32 .type AsmReadCpuid, @function
|
H A D | AccessGp.s | 32 .type AsmReadGp, @function 55 .type AsmWriteGp, @function 80 .type AsmReadSp, @function
|
H A D | AccessEicr.s | 32 .type AsmReadLid, @function 56 .type AsmWriteLid, @function 83 .type AsmReadIvr, @function 108 .type AsmReadTpr, @function 131 .type AsmWriteTpr, @function 158 .type AsmWriteEoi, @function 183 .type AsmReadIrr0, @function 207 .type AsmReadIrr1, @function 231 .type AsmReadIrr2, @function 255 .type AsmReadIrr3, @function [all...] |
H A D | AsmCpuMisc.s | 21 .type CpuBreakpoint, @function 30 .type MemoryFence, @function 47 .type DisableInterrupts, @function 57 .type EnableInterrupts, @function 67 .type EnableDisableInterrupts, @function
|
H A D | AccessKr.s | 32 .type AsmReadKr0, @function 56 .type AsmWriteKr0, @function 90 .type AsmReadKr1, @function 113 .type AsmWriteKr1, @function 138 .type AsmReadKr2, @function 161 .type AsmWriteKr2, @function 186 .type AsmReadKr3, @function 209 .type AsmWriteKr3, @function 234 .type AsmReadKr4, @function 257 .type AsmWriteKr4, @function [all...] |
H A D | AccessGcr.s | 32 .type AsmReadDcr, @function 55 .type AsmWriteDcr, @function 83 .type AsmReadItc, @function 106 .type AsmWriteItc, @function 132 .type AsmReadItm, @function 155 .type AsmWriteItm, @function 182 .type AsmReadIva, @function 205 .type AsmWriteIva, @function 241 .type AsmReadPta, @function 264 .type AsmWritePta, @function [all...] |
H A D | AccessPmr.s | 32 .type AsmReadPmc, @function 59 .type AsmWritePmc, @function 87 .type AsmReadPmd, @function 114 .type AsmWritePmd, @function
|
H A D | GetInterruptState.s | 22 .type GetInterruptState, @function
|
H A D | AccessMsr.s | 26 // Index is valid, or the caller must set up fault handlers to catch the faults. This function is 38 .type AsmReadMsr, @function 56 // Index is valid, or the caller must set up fault handlers to catch the faults. This function is 69 .type AsmWriteMsr, @function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ansiesc.h | 25 * the control function. 33 /** The control function identifier 35 * The control function identifier consists of the 42 unsigned int function; member in struct:ansiesc_handler 50 * function should be used. 72 * Must be terminated by a handler with @c function set to 83 /** Control function identifier */ 84 unsigned int function; member in struct:ansiesc_context 94 * @defgroup ansifuncs ANSI escape sequence function identifiers
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fwalk.c | 2 Implementation of the internal fwalk function for <stdio.h>. 56 _fwalk(int (*function)(FILE *)) 62 _DIAGASSERT(function != NULL); 68 ret |= (*function)(fp);
|
/vbox/include/iprt/ |
H A D | runtime-loader.h | 40 * the declaration of the loader function and optionally declarations for the 44 * To generate the C source code for function proxy stubs and the library 45 * loader function, you should define the following macros in your source file 49 * RT_RUNTIME_LOADER_FUNCTION - the name of the loader function 60 * where long_param_list is a parameter list for declaring the function of the 90 # define RT_PROXY_STUB(function, rettype, signature, shortsig) \ 91 void (*function ## _fn)(void); \ 92 RTR3DECL(rettype) function signature \ 93 { return ( (rettype (*) signature) function ## _fn ) shortsig; } 115 * The function whic [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ipf/ |
H A D | InterlockedCompareExchange32.s | 22 .type InternalSyncCompareExchange32, @function
|
H A D | InterlockedCompareExchange64.s | 22 .type InternalSyncCompareExchange64, @function
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_error.c | 17 void crPackErrorFunction( CRPackContext *pc, CRPackErrorHandlerFunc function ) 19 pc->Error = function; 24 * This function is called by the packer functions when it detects and
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/ |
H A D | IpfMacro.i | 18 // Delcare the begin of assembly function entry.
20 // @param name Name of function in assembly code.
23 .##type name, @function; \
28 // End of assembly function.
30 // @param name Name of function in assembly code.
50 // Export assembly function as the global function.
52 // @param Function Name of function in assembly code.
55 .##type Function, @function; \
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxeparent/ |
H A D | pxeparent.c | 36 * @v function API call number 40 pxeparent_function_name ( unsigned int function ) { 41 switch ( function ) { 120 * @v function API call number 125 int pxeparent_call ( SEGOFF16_t entry, unsigned int function, argument 148 : "b" ( function ), 176 pxeparent_function_name ( function ), strerror ( rc ) );
|