Searched refs:GetLength (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmsbuffer.idl38 HRESULT GetLength(
H A Dmlang.idl252 HRESULT GetLength(
H A Ddmusici.h983 STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
1015 #define IDirectMusicSegment_GetLength(p,a) (p)->lpVtbl->GetLength(p,a)
1052 STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
1090 #define IDirectMusicSegment8_GetLength(p,a) (p)->lpVtbl->GetLength(p,a)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.h53 NS_IMETHOD_(PRUint32) GetLength(void) const;
H A DnsUnicharBuffer.h52 NS_IMETHOD_(PRInt32) GetLength() const;
H A DnsIUnicharBuffer.h53 NS_IMETHOD_(PRInt32) GetLength() const = 0;
H A DnsArrayEnumerator.cpp56 nsresult rv = mValueArray->GetLength(&cnt);
75 nsresult rv = mValueArray->GetLength(&cnt);
H A DnsIByteBuffer.h63 NS_IMETHOD_(PRUint32) GetLength(void) const = 0;
H A DnsUnicharBuffer.cpp89 UnicharBufferImpl::GetLength() const function in class:UnicharBufferImpl
H A DnsByteBuffer.cpp90 ByteBufferImpl::GetLength(void) const function in class:ByteBufferImpl
H A DnsArray.cpp62 nsArray::GetLength(PRUint32* aLength) function in class:nsArray
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c184 if ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength) {
197 ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength)
204 *NextFile = (EFI_FFS_FILE_HEADER *) ((((UINTN) CurrentFile - (UINTN) mFvHeader + GetLength (CurrentFile->Size) + 0x07) & (-1 << 3)) + (UINT8 *) mFvHeader);
210 ((UINTN) *NextFile + GetLength ((*NextFile)->Size) > (UINTN) mFvHeader + mFvLength)
478 CurrentSection.CommonHeader = (EFI_COMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader) + GetLength (CurrentSection.CommonHeader->Size) + 0x03) & (-1 << 2));
548 (UINT8 *) ((UINTN) File + GetLength (File->Size)),
706 FileLength = GetLength (FfsHeader->Size);
728 GetLength ( function
H A DFvLib.h111 GetLength (
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp321 NS_ASSERTION(mByteData->GetLength() >= mByteDataOffset, "unsigned madness");
322 PRUint32 remainder = mByteData->GetLength() - mByteDataOffset;
333 NS_ASSERTION(remainder + nb == mByteData->GetLength(), "bad nb");
H A DnsStorageStream.cpp248 nsStorageStream::GetLength(PRUint32 *aLength) function in class:nsStorageStream
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c1011 FileLength = GetLength (FileHeader->Size);
1064 FileLength = GetLength (FileHeader->Size);
1090 Tail = (UINT16 *) ((UINTN) FileHeader + GetLength (FileHeader->Size) - sizeof (EFI_FFS_INTEGRITY_CHECK));
1184 GetLength (FileHeader->Size) - sizeof (EFI_FFS_FILE_HEADER)
1254 SectionLength = GetLength (((EFI_COMMON_SECTION_HEADER *) Ptr)->Size);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1597 GetLength (VtfFile->Size) - sizeof (EFI_FFS_FILE_HEADER)
3103 GetLength (FfsFile->Size) - sizeof (EFI_FFS_FILE_HEADER)
3327 GetLength (FfsFile->Size) - sizeof (EFI_FFS_FILE_HEADER)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmlang.idl252 HRESULT GetLength(
H A Ddmusici.h987 STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
1019 #define IDirectMusicSegment_GetLength(p,a) (p)->lpVtbl->GetLength(p,a)
1056 STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
1094 #define IDirectMusicSegment8_GetLength(p,a) (p)->lpVtbl->GetLength(p,a)
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp1915 /*---------------------- nsRegistryValue::GetLength -----------------------
1920 NS_IMETHODIMP nsRegistryValue::GetLength( PRUint32 *result ) { function in class:nsRegistryValue
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h276 UINT8 GetLength () { function in class:CIfrOpHeader

Completed in 177 milliseconds