Searched refs:new (Results 151 - 175 of 191) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Crtc.h957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Crtc.h957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Crtc.h957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Crtc.h957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Crtc.h957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Crtc.h981 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Crtc.h1002 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Crtc.h1002 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Crtc.h999 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
H A Dxf86.h238 extern _X_EXPORT Bool xf86EnableVTSwitch(Bool new);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DMath64.S5 # you port to a new version of gcc.
/vbox/include/VBox/HostServices/
H A DService.h301 apService = std::auto_ptr<AbstractService>(new T(pTable->pHelpers));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c44 * The dt_node_* routines that implement pass (1) may allocate new nodes. The
45 * dt_cook_* routines that implement pass (2) may *not* allocate new nodes.
495 * dt_node_xalloc() can be used to create new parse nodes from any libdtrace
522 * dt_node_alloc() is used to create new parse nodes from the parser. It
524 * the new node on the default allocation list. If allocation fails, we
1689 * fake parse node to cook the new assoc identifier.
1880 * calculation and return a new immediate node with the result.
1886 dnp = dt_node_int(0); /* allocate new integer node for result */
2046 * If no immediate optimizations are available, create an new OP2 node
2531 * If not, create a new provide
4283 dt_node_provider_cmp(dt_provider_t *pvp, dt_node_t *pnp, dt_probe_t *old, dt_probe_t *new) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm155 mov ss, ecx ; set new segment selectors
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py340 # 3. Compare the latest one and the previous one and get new status
828 # Convert a GUID to a GUID with new string instead of old string
832 # @param new: New string to replace the old one
836 def ConvertGuid2(guid, old, new):
838 newGuid = newGuid.replace(old, new)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c1513 /* Assume a new line will be added */
3959 struct wined3d_shader_signature_element *new; local
3963 new = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*new) * MAX_REG_INPUT);
3968 new[i] = sig[i];
3972 new[i].semantic_name = name;
3974 return new;
4378 TRACE("No matching GL shader found, compiling a new shader\n");
4416 static inline BOOL vs_args_equal(const struct arb_vs_compile_args *stored, const struct arb_vs_compile_args *new, argument
4418 if((stored->super.swizzle_map & use_map) != new
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c1385 /* Assume a new line will be added */
3686 struct wined3d_shader_signature_element *new; local
3690 new = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*new) * MAX_REG_INPUT);
3698 new[i] = sig[i];
3702 new[i].semantic_name = name;
3704 return new;
4115 TRACE("No matching GL shader found, compiling a new shader\n");
4155 static inline BOOL vs_args_equal(const struct arb_vs_compile_args *stored, const struct arb_vs_compile_args *new, argument
4157 if((stored->super.swizzle_map & use_map) != new
[all...]
H A Dcontext.c1524 * Creates a new context.
1750 TRACE("Successfully created new context %p\n", ret);
1917 if (!context_set_current(context)) ERR("Failed to activate the new context.\n");
2283 * If none can be found the swapchain is requested to create a new context
2321 /* Create a new context for the thread */
2647 * or no onscreen depth buffer was created, the OpenGL drawable could be changed to the new
2791 const struct wined3d_format_desc *new = ((IWineD3DSurfaceImpl *)target)->resource.format_desc; local
2793 if (old->format != new->format)
2796 if ((old->alpha_mask && !new->alpha_mask) || (!old->alpha_mask && new
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86.h123 /* new RAC */
231 Bool xf86EnableVTSwitch(Bool new);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S376 mov %ebx,%eax # modify the saved AppEsp to the new AppEsp
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.S471 movq %rbx, %rax # modify the saved AppRsp to the new AppRsp
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S167 movl %edx,%ss # set new segment selectors
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.h134 mIdentifier = new CHAR8[strlen (Identifier) + 1];
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86.h99 /* new RAC */
200 Bool xf86EnableVTSwitch(Bool new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86.h119 /* new RAC */
222 Bool xf86EnableVTSwitch(Bool new);

Completed in 203 milliseconds

12345678