Searched refs:available (Results 1 - 25 of 759) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIScriptableInputStream.idl61 /** Return the number of bytes currently available in the stream
66 unsigned long available();
H A DnsIInputStream.idl91 * @return number of bytes currently available in the stream
93 unsigned long available();
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIAdvancedSlider.cpp10 * available from http://www.virtualbox.org. This file is free software;
62 int available = opt.rect.width() - style()->pixelMetric(QStyle::PM_SliderLength, &opt, this); local
63 return QStyle::sliderPositionFromValue(opt.minimum, opt.maximum, val, available);
74 int available = opt.rect.width() - style()->pixelMetric(QStyle::PM_SliderLength, &opt, this); local
84 ticks.setRect((s.width() - available) / 2, s.height() - ticks.y(), available, ticks.height());
94 ticks.setRect((s.width() - available) / 2, ticks.bottom() + 1, available, s.height() - ticks.bottom() - 1);
101 int posMinOpt = QStyle::sliderPositionFromValue(opt.minimum, opt.maximum, m_minOpt, available);
102 int posMaxOpt = QStyle::sliderPositionFromValue(opt.minimum, opt.maximum, m_maxOpt, available);
[all...]
/vbox/src/VBox/Main/src-server/os2/
H A DPerformanceOs2.cpp12 * available from http://www.virtualbox.org. This file is free software;
29 virtual int getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available);
50 int CollectorOS2::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available) argument
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dgdbmach.c51 struct hwbp *available = NULL; local
58 available = &hwbps [ i ];
61 return available;
/vbox/src/VBox/Main/src-server/freebsd/
H A DPerformanceFreeBSD.cpp10 * available from http://www.virtualbox.org. This file is free software;
29 virtual int getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available);
59 int CollectorFreeBSD::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available) argument
94 *available = (cPagesMemFree + cPagesMemInactive + cPagesMemCached ) * (cbPage / _1K);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DPci.h145 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DPci.h151 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DPci.h151 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DPci.h146 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DPci.h145 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DPci.h145 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DPci.h145 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DPci.h145 #error No PCI support available for this architecture/OS combination
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.S5 # are licensed and made available under the terms and conditions of the BSD License
/vbox/src/VBox/Main/src-server/darwin/
H A DPerformanceDarwin.cpp10 * available from http://www.virtualbox.org. This file is free software;
64 virtual int getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available);
116 int CollectorDarwin::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available) argument
124 *available = cb / 1024;
125 *used = *total - *available;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuFlushTlb.S8 # are licensed and made available under the terms and conditions of the BSD License
H A DCpuSleep.S14 # are licensed and made available under the terms and conditions of the BSD License
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ia32/
H A DCpuFlushTlb.asm4 ; are licensed and made available under the terms and conditions of the BSD License
H A DCpuSleep.asm4 ; are licensed and made available under the terms and conditions of the BSD License
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/X64/
H A DCpuFlushTlb.asm4 ; are licensed and made available under the terms and conditions of the BSD License
H A DCpuSleep.asm4 ; are licensed and made available under the terms and conditions of the BSD License
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DCpuBreakpoint.S8 # are licensed and made available under the terms and conditions of the BSD License
H A DDisableInterrupts.S8 # are licensed and made available under the terms and conditions of the BSD License
H A DDisableInterrupts.asm8 ; are licensed and made available under the terms and conditions of the BSD License

Completed in 1512 milliseconds

1234567891011>>