Searched defs:TotalLength (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlString.c290 UINTN TotalLength; local
295 TotalLength = 0;
333 TotalLength = *Root + *Parent + (*SegCount) * AML_NAME_SEG_SIZE;
335 TotalLength += 2;
337 TotalLength += 1;
343 TotalLength ++;
345 return TotalLength;
389 UINTN TotalLength; local
395 TotalLength = AmlGetAslNameStringSize (AslPath, &Root, &Parent, &SegCount);
396 if (TotalLength
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c1025 UINT32 TotalLength; local
1079 TotalLength = SnpMode->MediaHeaderSize + sizeof (ARP_HEAD) +
1085 Packet = AllocatePool (TotalLength);
1167 TxData->DataLength = TotalLength - SnpMode->MediaHeaderSize;
1172 TxData->FragmentTable[0].FragmentLength = TotalLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpIo.c37 UINT32 TotalLength; local
63 TotalLength = 0;
75 TotalLength += FragmentTable[Index].FragmentLength;
85 if (TotalLength != (TxData->DataLength + TxData->HeaderLength)) {
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp33 TotalLength( const T& s ) function
41 TotalLength( const string& s ) function
155 PRUint32 len = TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
168 len += TotalLength( anEmptyCString );
177 len += TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
179 cout << "TotalLength( s1 + s2 + s3 + s1 + s2 + s3 )" << endl;
185 len += TotalLength( s1 + s2 );
187 cout << "TotalLength( s1 + s2 )" << endl;
202 if ( TotalLength(s4) != (71 + 65 + 69 + 71 + 65 + 69) )
292 len += TotalLength(s
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c268 UINT32 TotalLength; local
297 TotalLength = sizeof (EFI_COMMON_SECTION_HEADER) + InputFileLength;
301 if (TotalLength >= MAX_SECTION_SIZE) {
302 Error (NULL, 0, 2000, "Invalid paramter", "%s file size (0x%X) exceeds section size limit(%uM).", InputFileName[0], (unsigned) TotalLength, MAX_SECTION_SIZE>>20);
305 VerboseMsg ("the size of the created section file is %u bytes", (unsigned) TotalLength);
309 Buffer = (UINT8 *) malloc ((size_t) TotalLength);
316 CommonSect->Size[0] = (UINT8) (TotalLength & 0xff);
317 CommonSect->Size[1] = (UINT8) ((TotalLength & 0xff00) >> 8);
318 CommonSect->Size[2] = (UINT8) ((TotalLength & 0xff0000) >> 16);
591 UINT32 TotalLength; local
775 UINT32 TotalLength; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c272 UINTN TotalLength; local
277 TotalLength = 0;
280 while (TotalLength < SectionStreamLength) {
286 TotalLength += SectionLength;
288 if (TotalLength == SectionStreamLength) {
301 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c263 UINTN TotalLength; local
268 TotalLength = 0;
271 while (TotalLength < SectionStreamLength) {
277 TotalLength += SectionLength;
279 if (TotalLength == SectionStreamLength) {
292 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h189 UINT16 TotalLength; member in struct:__anon12165
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUsb.h107 UINT16 TotalLength; member in struct:__anon11911

Completed in 62 milliseconds