Home
last modified time | relevance | path

Searched refs:sourceSize (Results 1 – 6 of 6) sorted by relevance

/external/lz4/lib/
Dlz4.h597 …stead") LZ4LIB_API int LZ4_compress (const char* source, char* dest, int sourceSize);
598 …PI int LZ4_compress_limitedOutput (const char* source, char* dest, int sourceSize, int maxOutputSi…
/external/icu/icu4c/source/common/
Drbbitblb.cpp980 int32_t sourceSize = source->size(); in setAdd() local
994 if (sourceSize > sourceArray.getCapacity()) { in setAdd()
995 if (sourceArray.resize(sourceSize) == NULL) { in setAdd()
1000 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()? in setAdd()
1006 dest->setSize(sourceSize+destOriginalSize, *fStatus); in setAdd()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm203 sourceSize: MTLSizeMake(width, height, 1)
492 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1)
634 sourceSize: MTLSizeMake(srcMtlRect.width(), srcMtlRect.height(), 1)
796 sourceSize: MTLSizeMake(width, height, 1)
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm257 sourceSize: MTLSizeMake(width, height, 1)
552 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1)
696 sourceSize: MTLSizeMake(srcMtlRect.width(), srcMtlRect.height(), 1)
863 sourceSize: MTLSizeMake(width, height, 1)
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2168 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local
2169 unsigned int sourcesToUse = sourceSize; in createConstructor()
2182 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local
2183 unsigned int sourcesToUse = sourceSize; in createConstructor()
/external/libxml2/
Dtrio.c6388 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6390 size_t sourceSize,
6406 data.max = sourceSize;