Home
last modified time | relevance | path

Searched refs:cDst (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress.c5400 void* cDst; in ZSTD_compressStream_generic() local
5407 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
5409 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
5413 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5415 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5432 ZSTD_compressEnd(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()
5433 ZSTD_compressContinue(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic()
5442 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp129 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface() local
131 dst.setPixel(cDst, x, y); in blitImageOnBlackSurface()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp132 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface() local
134 dst.setPixel(cDst, x, y); in blitImageOnBlackSurface()