/vbox/src/VBox/Runtime/r0drv/ |
H A D | power-r0drv.h | 30 #include <iprt/power.h>
|
H A D | powernotification-r0drv.c | 31 #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 D | TestBean.java | 214 long power; 229 power = (sign * i); 232 lowerBound = sign * ((long) Math.pow(2L, power));
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | rmxftmpl.x | 101 FLOAT power;
|
H A D | d3dtypes.h | 515 D3DVALUE power; member in union:_D3DMATERIAL::__anon13342 540 D3DVALUE power; member in union:_D3DMATERIAL7::__anon13347
|
H A D | d3drm.h | 80 STDMETHOD(CreateMaterial)(THIS_ D3DVALUE power, IDirect3DRMMaterial **material) PURE; 219 STDMETHOD(CreateMaterial)(THIS_ D3DVALUE power, IDirect3DRMMaterial **material) PURE;
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPDrvSem.cpp | 40 #include <iprt/power.h>
|
H A D | SUPDrvGip.cpp | 43 #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 D | SUPDrv.cpp | 43 #include <iprt/power.h>
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-haiku.h | 63 #include <iprt/power.h>
|
H A D | VBoxGuest-darwin.cpp | 41 #include <iprt/power.h>
|
H A D | VBoxGuest-haiku-stubs.c | 63 #include <iprt/power.h>
|
H A D | VBoxGuestA-os2.asm | 315 ;; The size of the log. (power of two!)
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | config.sub | 329 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 797 power) basic_machine=power-ibm
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | config.sub | 357 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 858 power) basic_machine=power-ibm
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | d3dtypes.h | 518 D3DVALUE power; member in union:_D3DMATERIAL::__anon743 543 D3DVALUE power; member in union:_D3DMATERIAL7::__anon748
|
/vbox/src/VBox/HostDrivers/Support/linux/ |
H A D | SUPDrv-linux.c | 48 # include <iprt/power.h> 608 * @param State message type, see Documentation/power/devices.txt.
|
/vbox/src/VBox/HostDrivers/Support/solaris/ |
H A D | SUPDrv-solaris.c | 60 #include <iprt/power.h> 142 nodev, /* power */
|
/vbox/src/VBox/HostDrivers/Support/darwin/ |
H A D | SUPDrv-darwin.cpp | 52 #include <iprt/power.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 1503 /* 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 D | HMR0.cpp | 39 #include <iprt/power.h> 1107 * Called whenever a system power state change occurs.
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 233 ;; The size of the log. (power of two!)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 1588 float power; member in struct:wined3d_material
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | state.c | 705 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 D | SUPDrv-win.cpp | 42 #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
|