Home | History | Annotate | Download | only in SectionExtraction

Lines Matching refs:TotalLength

267   UINTN                       TotalLength;

272 TotalLength = 0;
275 while (TotalLength < SectionStreamLength) {
281 TotalLength += SectionLength;
283 if (TotalLength == SectionStreamLength) {
296 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader;