Searched refs:compressedLength (Results 1 – 3 of 3) sorted by relevance
463 fPackageAttributesSection.compressedLength in Init()481 fTOCSection.compressedLength in Init()506 if (fPackageAttributesSection.compressedLength > fTotalSize in Init()507 || fTOCSection.compressedLength in Init()508 > fTotalSize - fPackageAttributesSection.compressedLength in Init()510 > fTotalSize - fPackageAttributesSection.compressedLength in Init()511 - fTOCSection.compressedLength) { in Init()518 = fTotalSize - fPackageAttributesSection.compressedLength; in Init()520 - fTOCSection.compressedLength; in Init()
588 if (section.compressedLength != section.uncompressedLength) { in CheckCompression()595 if (section.compressedLength >= section.uncompressedLength) { in CheckCompression()1023 uint32 compressedSize = section.compressedLength; in ReadCompressedBuffer()
172 uint32 compressedLength; member