Searched defs:GetLength (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.cpp90 ByteBufferImpl::GetLength(void) const function in class:ByteBufferImpl
H A DnsUnicharBuffer.cpp89 UnicharBufferImpl::GetLength() const function in class:UnicharBufferImpl
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
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.cpp248 nsStorageStream::GetLength(PRUint32 *aLength) function in class:nsStorageStream
/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 393 milliseconds