Searched refs:power (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Runtime/r0drv/
H A Dpower-r0drv.h30 #include <iprt/power.h>
H A Dpowernotification-r0drv.c31 #include <iprt/power.h>
45 #include "r0drv/power-r0drv.h"
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java214 long power;
229 power = (sign * i);
232 lowerBound = sign * ((long) Math.pow(2L, power));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drmxftmpl.x101 FLOAT power;
H A Dd3dtypes.h515 D3DVALUE power; member in union:_D3DMATERIAL::__anon13342
540 D3DVALUE power; member in union:_D3DMATERIAL7::__anon13347
H A Dd3drm.h80 STDMETHOD(CreateMaterial)(THIS_ D3DVALUE power, IDirect3DRMMaterial **material) PURE;
219 STDMETHOD(CreateMaterial)(THIS_ D3DVALUE power, IDirect3DRMMaterial **material) PURE;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp40 #include <iprt/power.h>
H A DSUPDrvGip.cpp43 #include <iprt/power.h>
75 * u32UpdateIntervalNS GIP members. The value must be a power of 2.
760 * If we got a power event, stop the refinement process.
911 * Register a power management callback.
1099 * that we were rescheduled because of TSC throttling or power
1634 /* (2) If it's an AMD CPU with power management, we won't trust its TSC. */
H A DSUPDrv.cpp43 #include <iprt/power.h>
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.h63 #include <iprt/power.h>
H A DVBoxGuest-darwin.cpp41 #include <iprt/power.h>
H A DVBoxGuest-haiku-stubs.c63 #include <iprt/power.h>
H A DVBoxGuestA-os2.asm315 ;; The size of the log. (power of two!)
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.sub329 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
797 power) basic_machine=power-ibm
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub357 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
858 power) basic_machine=power-ibm
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dtypes.h518 D3DVALUE power; member in union:_D3DMATERIAL::__anon743
543 D3DVALUE power; member in union:_D3DMATERIAL7::__anon748
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c48 # include <iprt/power.h>
608 * @param State message type, see Documentation/power/devices.txt.
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c60 #include <iprt/power.h>
142 nodev, /* power */
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp52 #include <iprt/power.h>
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1503 /* JRH: special case for power-of-2 bases */
1526 /* Not 0, and base not a power of 2. Divide repeatedly by
1527 base, but for speed use the highest power of base that
1532 /* powbasw <- largest power of base that fits in a digit. */
1533 digit powbase = base; /* powbase == base ** power */
1534 int power = 1; local
1541 ++power;
1553 int ntostore = power;
1647 * is a power of 2 (2, 4, 8, 16, or 32). *str is set to point to the first
1818 can't happen: whenever B is a power o
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp39 #include <iprt/power.h>
1107 * Called whenever a system power state change occurs.
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm233 ;; The size of the log. (power of two!)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1588 float power; member in struct:wined3d_material
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c705 if (state->material.power > gl_info->limits.shininess)
713 WARN("Material power = %.8e, limit %.8e\n", state->material.power, gl_info->limits.shininess);
718 gl_info->gl_ops.gl.p_glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, state->material.power);
3355 TRACE("Non power two matrix multiply fixup\n");
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp42 #include <iprt/power.h>
602 * Register ourselves for power state changes. We don't
658 /* Clean up the power callback registration. */
1567 * ExRegisterCallback handler for power events

Completed in 4201 milliseconds

12