Searched refs:parameter (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9effect.h117 STDMETHOD(GetParameterDesc)(THIS_ D3DXHANDLE parameter, D3DXPARAMETER_DESC* desc) PURE;
121 STDMETHOD_(D3DXHANDLE, GetParameter)(THIS_ D3DXHANDLE parameter, UINT index) PURE;
122 STDMETHOD_(D3DXHANDLE, GetParameterByName)(THIS_ D3DXHANDLE parameter, const char *name) PURE;
123 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, const char *semantic) PURE;
124 STDMETHOD_(D3DXHANDLE, GetParameterElement)(THIS_ D3DXHANDLE parameter, UINT index) PURE;
133 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE;
134 STDMETHOD(GetValue)(THIS_ D3DXHANDLE parameter, void *data, UINT bytes) PURE;
135 STDMETHOD(SetBool)(THIS_ D3DXHANDLE parameter, BOOL b) PURE;
136 STDMETHOD(GetBool)(THIS_ D3DXHANDLE parameter, BOOL* b) PURE;
137 STDMETHOD(SetBoolArray)(THIS_ D3DXHANDLE parameter, cons
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathDivU64x64.c61 ; Set up the local stack for Divisor parameter local
69 ; Set up the local stack for Dividend parameter local
H A DMathMultS64x64.c52 ; Set up the local stack for Multiplicand parameter local
60 ; Set up the local stack for Multiplier parameter local
H A DMathReminderU64x64.c60 ; Set up the local stack for Divisor parameter local
68 ; Set up the local stack for Dividend parameter local
H A DMathDivU64x64.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
H A DMathMultS64x64.S52 # Set up the local stack for Multiplicand parameter
60 # Set up the local stack for Multiplier parameter
H A DMathReminderU64x64.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllmul.c52 ; Set up the local stack for Multiplicand parameter local
60 ; Set up the local stack for Multiplier parameter local
H A Dulldiv.c61 ; Set up the local stack for Divisor parameter local
69 ; Set up the local stack for Dividend parameter local
H A Dlldiv.c70 ; Set up the local stack for Divisor parameter local
78 ; Set up the local stack for Dividend parameter local
H A Dlldvrm.c66 ; Set up the local stack for Divisor parameter local
74 ; Set up the local stack for Dividend parameter local
H A Dllrem.c60 ; Set up the local stack for Divisor parameter local
68 ; Set up the local stack for Dividend parameter local
H A Dulldvrm.c66 ; Set up the local stack for Divisor parameter local
74 ; Set up the local stack for Dividend parameter local
H A Dullrem.c60 ; Set up the local stack for Divisor parameter local
68 ; Set up the local stack for Dividend parameter local
H A Dmulll.S52 # Set up the local stack for Multiplicand parameter
60 # Set up the local stack for Multiplier parameter
H A Dudivdi3.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
H A Dumoddi3.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ipxe/
H A Dvmware.h55 * @v parameter Subcommand-specific parameter
61 vmware_cmd_guestrpc ( int channel, uint16_t subcommand, uint32_t parameter, argument
71 : "0" ( VMW_MAGIC ), "1" ( parameter ),
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm69 ; @param [esp + 04h] rdi rcx Param 1 - First parameter (Dst).
70 ; @param [esp + 08h] rsi edx Param 2 - Second parameter (Src).
80 mov rcx, rdi ; rcx = first parameter
81 mov rdx, rsi ; rdx = second parameter
85 mov ecx, [esp + 04h] ; ecx = first parameter
86 mov edx, [esp + 08h] ; edx = second parameter
133 ; @param [esp + 04h] Param 1 - First parameter - pointer to data item.
134 ; @param [esp + 08h] Param 2 - Second parameter.
145 mov rcx, rdi ; rcx = first parameter
146 mov rdx, rsi ; rdx = second parameter
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DThreads.c27 WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter) argument
29 unsigned threadId; /* Windows Me/98/95: threadId parameter may not be NULL in _beginthreadex/CreateThread functions */
31 /* CreateThread(0, 0, startAddress, parameter, 0, &threadId); */
32 (HANDLE)_beginthreadex(NULL, 0, startAddress, parameter, 0, &threadId);
H A DThreads.h21 WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S73 # save old parameter to stack
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_rhapsody.s43 # save off the incoming values in the callers parameter area
76 addi r3,r1,28 ; parameter pointer excludes linkage area size + 'this'
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/
H A DCpuAsm.S252 #; Prepare parameter and call
256 # Per X64 calling convention, allocate maximum parameter stack space
/vbox/src/libs/libpng-1.2.8/scripts/
H A Dmakevms.com6 $! This procedure accepts one parameter (contrib), which causes it to build

Completed in 2170 milliseconds

12