Searched refs:compressedSize (Results 1 - 14 of 14) sorted by relevance

/external/lzma/Java/SevenZip/
H A DLzmaBench.java339 int compressedSize = 0;
350 compressedSize = compressedStream.size();
351 inputCompressedStream = new MyInputStream(compressedBuffer, compressedSize);
353 else if (compressedSize != compressedStream.size())
376 PrintResults(dictionarySize, decodeTime, kBufferSize, true, compressedSize);
382 totalCompressedSize += compressedSize;
/external/qemu/distrib/sdl-1.2.15/Xcode/
H A Dpackage248 @ compressedSize = `/usr/bin/du -k -s $pkg | $awk '{print $1}'`
249 @ compressedSize += 3 # add 1KB each for sizes, location, status files
265 echo CompressedSize $compressedSize >> $pkgSizes
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs301 long compressedSize = compressedStream.Position;
323 PrintResults(dictionarySize, decodeTime, kBufferSize, true, (ulong)compressedSize);
329 totalCompressedSize += (ulong)compressedSize;
H A DLzmaAlone.cs341 long compressedSize = inStream.Length - inStream.Position;
342 decoder.Code(inStream, outStream, compressedSize, outSize, null);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp495 UInt32 compressedSize; member in struct:CEncoderInfo
617 compressedSize = outStreamSpec->Pos;
642 inStreamSpec->Init(outStreamSpec->Buffer, compressedSize);
651 pi->BenchInfo.PackSize += compressedSize;
767 info.PackSize += encoder.compressedSize;
841 info.PackSize += encoder.compressedSize;
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp183 const UInt64 *size, const UInt64 *compressedSize);
369 const UInt64 *size, const UInt64 *compressedSize)
379 PrintNumberString(fieldInfo.TextAdjustment, fieldInfo.Width, compressedSize);
368 PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, const UInt64 *size, const UInt64 *compressedSize) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgetimage.c868 GLuint compressedSize; local
904 compressedSize = _mesa_format_image_size(texImage->TexFormat,
911 if (clientMemSize < compressedSize) {
919 if ((const GLubyte *) img + compressedSize >
/external/mesa3d/src/mesa/main/
H A Dtexgetimage.c868 GLuint compressedSize; local
904 compressedSize = _mesa_format_image_size(texImage->TexFormat,
911 if (clientMemSize < compressedSize) {
919 if ((const GLubyte *) img + compressedSize >
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1935 my $compressedSize = 0;
1945 $compressedSize += $expectedSize;
1950 $compressed = substr($compressed, 0, $compressedSize);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DAuditRules.js91 var compressedSize = 0;
102 compressedSize += size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 3430 milliseconds