Searched defs:Available (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsScriptableInputStream.cpp59 nsScriptableInputStream::Available(PRUint32 *_retval) { function in class:nsScriptableInputStream
61 return mInputStream->Available(_retval);
72 rv = mInputStream->Available(&count);
H A DnsByteArrayInputStream.cpp56 nsByteArrayInputStream::Available (PRUint32* aResult) function in class:nsByteArrayInputStream
H A DnsInputStreamTee.cpp127 nsInputStreamTee::Available(PRUint32 *avail) function in class:nsInputStreamTee
130 return mSource->Available(avail);
H A DnsMultiplexInputStream.cpp166 nsMultiplexInputStream::Available(PRUint32 *_retval) function in class:nsMultiplexInputStream
176 rv = stream->Available(&streamAvail);
H A DnsStringStream.cpp196 NS_IMETHODIMP nsStringInputStream::Available(PRUint32 *aLength) function in class:nsStringInputStream
H A DnsStorageStream.cpp397 nsStorageInputStream::Available(PRUint32 *aAvailable) function in class:nsStorageInputStream
H A DnsBinaryStream.cpp296 nsBinaryInputStream::Available(PRUint32* aResult) function in class:nsBinaryInputStream
298 return mInputStream->Available(aResult);
H A DnsPipe3.cpp134 PRUint32 Available() { return mAvailable; } function in class:nsPipeInputStream
563 if (outputOnly && !mInput.Available())
702 nsPipeInputStream::Available(PRUint32 *result) function in class:nsPipeInputStream
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGInputStream.cpp59 NS_IMETHOD Available(PRUint32 *_retval);
80 PyG_nsIInputStream::Available(PRUint32 *_retval) function in class:PyG_nsIInputStream
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DCapsule.h60 UINT64 Available:3; // Available for use by system software member in struct:__anon11121::__anon11122
62 UINT64 AvabilableHigh:11; // Available for use by system software
82 UINT64 Available:3; // Available for use by system software member in struct:__anon11123::__anon11124
86 UINT64 AvabilableHigh:11; // Available for use by system software
106 UINT64 Available:3; // Available for use by system software member in struct:__anon11125::__anon11126
110 UINT64 AvabilableHigh:11; // Available for use by system software
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DVirtualMemory.h48 UINT64 Available:3; // Available for use by system software member in struct:__anon10018::__anon10019
50 UINT64 AvabilableHigh:11; // Available for use by system software
70 UINT64 Available:3; // Available for use by system software member in struct:__anon10020::__anon10021
72 UINT64 AvabilableHigh:11; // Available for use by system software
92 UINT64 Available:3; // Available for use by system software member in struct:__anon10022::__anon10023
94 UINT64 AvabilableHigh:11; // Available for use by system software
115 UINT64 Available member in struct:__anon10024::__anon10025
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.h63 UINT64 Available:3; // Available for use by system software member in struct:__anon10478::__anon10479
65 UINT64 AvabilableHigh:11; // Available for use by system software
85 UINT64 Available:3; // Available for use by system software member in struct:__anon10480::__anon10481
89 UINT64 AvabilableHigh:11; // Available for use by system software
109 UINT64 Available:3; // Available for use by system software member in struct:__anon10482::__anon10483
113 UINT64 AvabilableHigh:11; // Available for use by system software
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c171 UINTN Available; local
178 Available = 0;
184 // Available counts the consective number of zero bit.
187 Available++;
189 if (Available >= Units) {
198 Available = 0;
204 if (Available < Units) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.c145 UINTN Available; local
152 Available = 0;
158 // Available counts the consective number of zero bit.
161 Available++;
163 if (Available >= Units) {
172 Available = 0;
178 if (Available < Units) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c170 UINTN Available; local
177 Available = 0;
183 // Available counts the consective number of zero bit.
186 Available++;
188 if (Available >= Units) {
197 Available = 0;
203 if (Available < Units) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.h68 UINT64 Available:3; // Available for use by system software member in struct:__anon10951::__anon10952
70 UINT64 AvabilableHigh:11; // Available for use by system software
90 UINT64 Available:3; // Available for use by system software member in struct:__anon10953::__anon10954
94 UINT64 AvabilableHigh:11; // Available for use by system software
114 UINT64 Available:3; // Available for use by system software member in struct:__anon10955::__anon10956
118 UINT64 AvabilableHigh:11; // Available for use by system software
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPool.c36 BOOLEAN Available; member in struct:__anon10979
161 Hdr->Header.Available = TRUE;
169 Hdr->Header.Available = FALSE;
196 FreePoolHdr->Header.Available = TRUE;
244 PoolHdr->Available = FALSE;
282 ASSERT (!FreePoolHdr->Header.Available);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp296 nsFileInputStream::Available(PRUint32* aResult) function in class:nsFileInputStream
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.cpp50 PRInt64 RCFileIO::Available() function in class:RCFileIO
H A Drcnetio.cpp92 PRInt64 RCNetStreamIO::Available() function in class:RCNetStreamIO
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c85 UINT64 Available:3; // Available for use by system software member in struct:__anon13071::__anon13072
87 UINT64 AvabilableHigh:11; // Available for use by system software
107 UINT64 Available:3; // Available for use by system software member in struct:__anon13073::__anon13074
111 UINT64 AvabilableHigh:11; // Available for use by system software
131 UINT64 Available:3; // Available for use by system software member in struct:__anon13075::__anon13076
135 UINT64 AvabilableHigh:11; // Available for use by system software
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp80 NS_IMETHOD Available(PRUint32 *aLength);
301 NS_IMETHODIMP FileImpl::Available(PRUint32 *aLength) function in class:FileImpl
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp1034 static bool Available(void) function in class:hotplugInotifyImpl
1237 if (hotplugInotifyImpl::Available())

Completed in 98 milliseconds