Searched defs:totalSize (Results 51 - 75 of 76) sorted by relevance

1234

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1044 UInt64 totalSize = 0; local
1051 totalSize += ui.Size;
1052 if (totalSize > options.NumSolidBytes)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp975 size_t totalSize = (size_t)bufferSize * numThreads; local
976 if (totalSize / numThreads != bufferSize)
978 if (!buffer.Alloc(totalSize))
1025 UInt64 size = (UInt64)numCycles * totalSize;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp1684 size_t totalSize = sizeof(SkSFNTHeader) + sizeof(SkSFNTHeader::TableDirectoryEntry) * numTables; local
1687 totalSize += (tableSize + 3) & ~3;
1692 SkMemoryStream* stream = new SkMemoryStream(totalSize);
1694 sk_bzero(dataStart, totalSize);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1639 int totalSize = 0; local
1648 totalSize += n+1;
1652 azToken = (char**)malloc( nToken*sizeof(char*) + totalSize );
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1932 int totalSize = 0; local
1935 totalSize += *sizeIter;
1937 storage.data.resize(totalSize);
1945 DE_ASSERT(totalSize == 0 || basePtr);
2182 int totalSize = 0; local
2199 totalSize = curOffset;
2203 buffers[0].size = totalSize;
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1687 size_t totalSize = sizeof(SkSFNTHeader) + sizeof(SkSFNTHeader::TableDirectoryEntry) * numTables; local
1690 totalSize += (tableSize + 3) & ~3;
1695 SkMemoryStream* stream = new SkMemoryStream(totalSize);
1697 sk_bzero(dataStart, totalSize);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1692 uint32 totalSize; /* Set by guest before query is ended. */ member in struct:__anon14038
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2684 int totalSize = 0; local
2693 totalSize += n+1;
2697 azToken = (char**)sqlite3_malloc( nToken*sizeof(char*) + totalSize );
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1692 uint32 totalSize; /* Set by guest before query is ended. */ member in struct:__anon27449
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14826 int totalSize; local
14831 totalSize = nReserve + sizeof(*pHdr) + sizeof(int) +
14833 p = malloc(totalSize);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.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/sqlite/dist/orig/
H A Dsqlite3.c16820 int totalSize; local
16825 totalSize = nReserve + sizeof(*pHdr) + sizeof(int) +
16827 p = malloc(totalSize);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16820 int totalSize; local
16825 totalSize = nReserve + sizeof(*pHdr) + sizeof(int) +
16827 p = malloc(totalSize);
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 3514 milliseconds

1234