Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 – 25 of 85) sorted by relevance

1234

/external/skqp/include/private/
DSkArenaAlloc.h162 uintptr_t totalSize = size + alignedOffset; in allocObject() local
186 uint32_t totalSize = arraySize + overhead; in commonArrayAlloc() local
/external/skia/include/private/
DSkArenaAlloc.h162 uintptr_t totalSize = size + alignedOffset; in allocObject() local
186 uint32_t totalSize = arraySize + overhead; in commonArrayAlloc() local
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() local
/external/freetype/src/psaux/
Dpsarrst.h60 size_t totalSize; /* total bytes allocated */ member
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java43 long totalSize = 0; in getTotalSize() local
/external/icu/icu4c/source/common/
Drbbirb.cpp159 int32_t totalSize = headerSize in flattenData() local
Ducnvsel.cpp186 int32_t totalSize = 0; in ucnvsel_open() local
318 int32_t totalSize = in ucnvsel_serialize() local
509 int32_t totalSize = ucnvsel_swap(ds, p, -1, NULL, status); in ucnvsel_openFromSerialized() local
Drbbidata.cpp338 int32_t totalSize = headerSize + breakDataLength; in ubrk_swap() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryData.java64 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
DRBBIRuleBuilder.java187 int totalSize = headerSize in flattenData() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryData.java65 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
DRBBIRuleBuilder.java188 int totalSize = headerSize in flattenData() local
/external/brotli/java/org/brotli/dec/
DHuffman.java91 int totalSize = tableSize; in buildHuffmanTable() local
/external/pdfium/core/fxcrt/
Dstring_data_template.h35 size_t totalSize = nSize.ValueOrDie(); in Create() local
/external/lzma/CPP/Windows/
DFileSystem.cpp86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMultidimensionalCounter.java61 private final int totalSize; field in MultidimensionalCounter
/external/skia/src/gpu/
DGrYUVProvider.cpp55 size_t totalSize(0); in getPlanes() local
DGrMemoryPool.cpp188 size_t totalSize = ptrOffset + block->fFreeSize; in validate() local
/external/skqp/src/gpu/
DGrYUVProvider.cpp55 size_t totalSize(0); in getPlanes() local
DGrMemoryPool.cpp188 size_t totalSize = ptrOffset + block->fFreeSize; in validate() local
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp102 size_t totalSize = 0; in allocateSets() local
/external/skia/src/core/
DSkArenaAlloc.cpp150 uint32_t totalSize = sizeIncludingFooter + skipOverhead; in allocObjectWithFooter() local
/external/skqp/src/core/
DSkArenaAlloc.cpp150 uint32_t totalSize = sizeIncludingFooter + skipOverhead; in allocObjectWithFooter() local
/external/swiftshader/src/OpenGL/compiler/
DparseConst.cpp185 size_t totalSize = index + size; in visitConstantUnion() local
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp224 int32_t totalSize = indexesLength * 4; in write() local

1234