Searched refs:GetSize (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/
H A DipcMessageWriter.h81 PRInt32 GetSize() function in class:ipcMessageWriter
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.h101 inline PRInt32 GetSize() const {return mSize;} function in class:nsDeque
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsSegmentedBuffer.h85 inline PRUint32 GetSize() { return GetSegmentCount() * mSegmentSize; } function in class:nsSegmentedBuffer
H A DnsSegmentedBuffer.cpp67 if (GetSize() >= mMaxSize)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/
H A DService.c554 @param GetSize The size of dynamic-ex PCD value.
563 IN UINTN GetSize
566 return GetWorker (GetExPcdTokenNumber (Guid, ExTokenNumber), GetSize);
578 @param GetSize The size of token's value
586 IN UINTN GetSize
614 ASSERT ((GetSize == PeiPcdGetSize(TokenNumber + 1)) || (GetSize == 0));
621 if (GetSize == 0) {
624 MaxSize = GetSize;
H A DService.h358 Use GetSize() to retrieve the size of the target data.
382 Use GetSize() to retrieve the size of the target data.
406 Use GetSize() to retrieve the size of the target data.
430 Use GetSize() to retrieve the size of the target data.
458 Use GetSize() to retrieve the size of the target data.
483 Use GetSize() to retrieve the size of the target data.
508 Use GetSize() to retrieve the size of the target data.
534 Use GetSize() to retrieve the size of the target data.
560 Use GetSize() to retrieve the size of the target data.
586 Use GetSize() t
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c30 @param GetSize The size of token's value
38 IN UINTN GetSize
84 ASSERT ((GetSize == DxePcdGetSize (TokenNumber + 1)) || (GetSize == 0));
100 if (GetSize == 0) {
103 MaxSize = GetSize;
146 if (GetSize == 0) {
151 GetPtrTypeSize (TmpTokenNumber, &GetSize);
153 CopyMem (VaraiableDefaultBuffer, Data + VariableHead->Offset, GetSize);
162 if (GetSize
[all...]
H A DService.h344 Use GetSize() to retrieve the size of the target data.
368 Use GetSize() to retrieve the size of the target data.
392 Use GetSize() to retrieve the size of the target data.
416 Use GetSize() to retrieve the size of the target data.
445 Use GetSize() to retrieve the size of the target data.
470 Use GetSize() to retrieve the size of the target data.
496 Use GetSize() to retrieve the size of the target data.
522 Use GetSize() to retrieve the size of the target data.
548 Use GetSize() to retrieve the size of the target data.
574 Use GetSize() t
[all...]
/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h73 uint64_t GetSize(void) const { return m_cbSize; } function in class:DnDURIObject
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DPiPcd.h419 EFI_PEI_PCD_PPI_GET_SIZE GetSize; member in struct:__anon12010
H A DPcd.h369 Use GetSize() to retrieve the size of the target data.
395 Use GetSize() to retrieve the size of the target data.
421 Use GetSize() to retrieve the size of the target data.
447 Use GetSize() to retrieve the size of the target data.
475 Use GetSize() to retrieve the size of the target data.
500 Use GetSize() to retrieve the size of the target data.
527 Use GetSize() to retrieve the size of the target data.
555 Use GetSize() to retrieve the size of the target data.
583 Use GetSize() to retrieve the size of the target data.
611 Use GetSize() t
837 PCD_PPI_GET_SIZE GetSize; member in struct:__anon12007
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPiPcd.h411 EFI_PCD_PROTOCOL_GET_SIZE GetSize; member in struct:_EFI_PCD_PROTOCOL
H A DPcd.h370 Use GetSize() to retrieve the size of the target data.
396 Use GetSize() to retrieve the size of the target data.
422 Use GetSize() to retrieve the size of the target data.
448 Use GetSize() to retrieve the size of the target data.
478 Use GetSize() to retrieve the size of the target data.
505 Use GetSize() to retrieve the size of the target data.
532 Use GetSize() to retrieve the size of the target data.
560 Use GetSize() to retrieve the size of the target data.
588 Use GetSize() to retrieve the size of the target data.
616 Use GetSize() t
841 PCD_PROTOCOL_GET_SIZE GetSize; member in struct:__anon12244
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePcdLib/
H A DDxePcdLib.c244 return GetPcdProtocol()->GetSize (TokenNumber);
435 return GetPiPcdProtocol()->GetSize (Guid, TokenNumber);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPcdLib/
H A DPeiPcdLib.c243 return (GetPcdPpiPointer ())->GetSize (TokenNumber);
435 return (GetPiPcdPpiPointer ())->GetSize (Guid, TokenNumber);
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp32 DFBCHECK(surface->GetSize(surface, (int*)&screenWidth, (int*)&screenHeight));
H A DVBoxFB.cpp304 DFBCHECK(surface->GetSize(surface, &screen_width, &screen_height));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Damstream.idl271 long GetSize(void);
H A Ddxfile.h235 STDMETHOD(GetSize) (THIS_ DWORD *) PURE;
250 #define IDirectXFileBinary_GetSize(p,a) (p)->lpVtbl->GetSize(p,a)
H A Dcordebug.idl158 HRESULT GetSize([out] ULONG32 *pSize);
900 HRESULT GetSize([out] ULONG32 *pcBytes);
1017 HRESULT GetSize([out] ULONG32 *pcBytes);
H A Dwincodec.idl282 HRESULT GetSize(
309 HRESULT GetSize(
/vbox/src/VBox/HostServices/DragAndDrop/
H A Ddndmanager.cpp77 rc = m_pfnProgressCallback(m_URIObject.GetSize(), m_pvProgressUser);
436 fMode, nextObj.GetSize(),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Damstream.idl271 long GetSize(void);
H A Ddxfile.h235 STDMETHOD(GetSize) (THIS_ DWORD *) PURE;
250 #define IDirectXFileBinary_GetSize(p,a) (p)->lpVtbl->GetSize(p,a)
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h335 size_t GetSize() { return m_cbSize; } function in class:GuestProcessStream

Completed in 4835 milliseconds

123