Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5281 void* cDst; in ZSTD_compressStream_generic() local
5288 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
5290 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
5294 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5296 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5313 ZSTD_compressEnd(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()
5314 ZSTD_compressContinue(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic()
5323 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()