Searched refs:parameters (Results 1 - 25 of 62) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddispatch.h42 #define CALL_by_offset(disp, cast, offset, parameters) \
43 (*(cast (GET_by_offset(disp, offset)))) parameters
58 #define CALL_NewList(disp, parameters) (*((disp)->NewList)) parameters
61 #define CALL_EndList(disp, parameters) (*((disp)->EndList)) parameters
64 #define CALL_CallList(disp, parameters) (*((disp)->CallList)) parameters
67 #define CALL_CallLists(disp, parameters) (*((disp)->CallLists)) parameters
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddispatch.h44 #define CALL_by_offset(disp, cast, offset, parameters) \
45 (*(cast (GET_by_offset(disp, offset)))) parameters
60 #define CALL_NewList(disp, parameters) (*((disp)->NewList)) parameters
63 #define CALL_EndList(disp, parameters) (*((disp)->EndList)) parameters
66 #define CALL_CallList(disp, parameters) (*((disp)->CallList)) parameters
69 #define CALL_CallLists(disp, parameters) (*((disp)->CallLists)) parameters
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Ddispatch.h42 #define CALL_by_offset(disp, cast, offset, parameters) \
43 (*(cast (GET_by_offset(disp, offset)))) parameters
58 #define CALL_NewList(disp, parameters) (*((disp)->NewList)) parameters
61 #define CALL_EndList(disp, parameters) (*((disp)->EndList)) parameters
64 #define CALL_CallList(disp, parameters) (*((disp)->CallList)) parameters
67 #define CALL_CallLists(disp, parameters) (*((disp)->CallLists)) parameters
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxVRDP.cpp75 static VBoxExperienceParameter parameters[] = variable
97 for (i = 0; i < RT_ELEMENTS(parameters); i++)
99 if (parameters[i].level > level)
104 LogFlowFunc(("Saving %s\n", parameters[i].name));
107 switch (parameters[i].type)
114 SystemParametersInfo (parameters[i].uActionGet,
116 parameters[i].achSavedValue,
124 SystemParametersInfo (parameters[i].uActionGet,
126 parameters[i].achSavedValue,
136 if (parameters[
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h48 #define CALL_by_offset(disp, cast, offset, parameters) \
49 (*(cast (GET_by_offset(disp, offset)))) parameters
2185 #define CALL_NewList(disp, parameters) \
2186 (* GET_NewList(disp)) parameters
2201 #define CALL_EndList(disp, parameters) \
2202 (* GET_EndList(disp)) parameters
2217 #define CALL_CallList(disp, parameters) \
2218 (* GET_CallList(disp)) parameters
2233 #define CALL_CallLists(disp, parameters) \
2234 (* GET_CallLists(disp)) parameters
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_header.py11 # Each function has its return type, function name, and parameters provided.
202 for (returnValue, name, parameters) in additionalFunctions:
204 print "extern %s %s(%s);" % (returnValue, name, parameters)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DSwitchStack.asm25 ; Routine for switching stacks with 2 parameters
44 ; Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
H A DSwitchStack.S24 # Routine for switching stacks with 2 parameters
47 # Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_compile_function.h64 slang_variable_scope *parameters; /**< formal parameters AND local vars */ member in struct:slang_function_
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm71 ; @param [esp + 10h] Param 3 - Size of parameters, only 1/2/4/8 (64 bits host only) is valid.
77 mov rax, r8 ; eax = size of parameters
79 mov rax, rdx ; rax = size of parameters
84 mov eax, [esp + 10h] ; eax = size of parameters
135 ; @param [esp + 10h] Param 3 - Size of parameters, only 1/2/4/8 (64 bits host only) is valid.
142 mov rax, r8 ; eax = size of parameters
144 mov rax, rdx ; rax = size of parameters
149 mov eax, [esp + 10h] ; eax = size of parameters
223 mov rax, r8 ; eax = size of parameters
226 mov rax, rdx ; rax = size of parameters
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dlldiv.c45 ; NOTE: this routine removes the parameters from the stack.
H A Dlldvrm.c56 ; NOTE: this routine removes the parameters from the stack.
H A Dulldvrm.c56 ; NOTE: this routine removes the parameters from the stack.
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_openvms_alpha.s41 ; parameters. (+1 for "this" pointer) Room for at least 6 parameters
63 ; Copy the first 6 parameters to registers and remove from stack frame.
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c460 user_signal_cb (GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, UserAccountObject *object) argument
464 if (g_variant_is_of_type (parameters, G_VARIANT_TYPE ("()")))
471 g_warning ("Got org.freedesktop.Accounts.User signal Changed with unknown parameters %s", g_variant_get_type_string (parameters));
532 user_accounts_signal_cb (GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, LightDMUserList *user_list) argument
538 if (g_variant_is_of_type (parameters, G_VARIANT_TYPE ("(o)")))
543 g_variant_get (parameters, "(&o)", &path);
563 g_warning ("Got UserAccounts signal UserAdded with unknown parameters %s", g_variant_get_type_string (parameters));
567 if (g_variant_is_of_type (parameters, G_VARIANT_TYP
637 display_manager_signal_cb(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, LightDMUserList *user_list) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c456 D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters,
463 TRACE("iface %p, adapter %u, device_type %#x, focus_window %p, flags %#x, parameters %p, device %p.\n",
464 iface, adapter, device_type, focus_window, flags, parameters, device);
474 parameters, NULL);
569 D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode, IDirect3DDevice9Ex **device)
575 TRACE("iface %p, adapter %u, device_type %#x, focus_window %p, flags %#x, parameters %p, mode %p, device %p.\n",
576 iface, adapter, device_type, focus_window, flags, parameters, mode, device);
586 parameters, mode);
455 d3d9_CreateDevice(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, IDirect3DDevice9 **device) argument
567 d3d9_CreateDeviceEx(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode, IDirect3DDevice9Ex **device) argument
H A Dswapchain.c237 D3DPRESENT_PARAMETERS *parameters)
242 TRACE("iface %p, parameters %p.\n", iface, parameters);
247 present_parameters_from_wined3d_swapchain_desc(parameters, &desc);
236 d3d9_swapchain_GetPresentParameters(IDirect3DSwapChain9Ex *iface, D3DPRESENT_PARAMETERS *parameters) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/
H A DSecEntry.S46 # Setup parameters and call SecCoreStartupWithStack
H A DSecEntry.asm46 ; Setup parameters and call SecCoreStartupWithStack
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh37 -- <pass-through parameters>
82 Pass-through parameters will be passed through to the "generate_service_file"
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_program.h72 GLfloat parameters[CR_MAX_PROGRAM_LOCAL_PARAMS][4]; member in struct:__anon16227
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c1251 prog->parameters[index][0] = x;
1252 prog->parameters[index][1] = y;
1253 prog->parameters[index][2] = z;
1254 prog->parameters[index][3] = w;
1314 params[0] = prog->parameters[index][0];
1315 params[1] = prog->parameters[index][1];
1316 params[2] = prog->parameters[index][2];
1317 params[3] = prog->parameters[index][3];
1897 /* vertex program global/env parameters */
1917 /* vertex program local parameters */
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c438 TRACE("iface %p, parameters %p.\n", iface, pParameters);
3252 /* Copy the presentation parameters */
3282 /* Copy back the presentation parameters */
3324 , VBOXWINEEX_D3DPRESENT_PARAMETERS *parameters
3326 , D3DPRESENT_PARAMETERS *parameters
3349 if (!parameters->Windowed)
3351 if (!focus_window) focus_window = parameters->hDeviceWindow;
3375 ERR("Failed to allocate wined3d parameters.\n");
3383 wined3d_parameters[i].BackBufferWidth = PP_BASE(&parameters[i])->BackBufferWidth;
3384 wined3d_parameters[i].BackBufferHeight =PP_BASE(&parameters[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DSwitchStack.asm27 ; @return Nothing. Goes to the Entry Point passing in the new parameters
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm29 ; VC++ always creates space for 4 parameters on the stack, whether they are

Completed in 422 milliseconds

123