Searched refs:inBuffPos (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1553 cctx->inBuffPos - cctx->inToCompress;
1554 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress);
5200 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos;
5246 && (zcs->inBuffPos == 0) ) {
5260 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos;
5262 zcs->inBuff + zcs->inBuffPos, toLoad,
5264 zcs->inBuffPos += loaded;
5268 && (zcs->inBuffPos < zcs->inBuffTarget) ) {
5273 && (zcs->inBuffPos == zcs->inToCompress) ) {
5285 ? zcs->inBuffPos
[all...]
H A Dzstd_compress_internal.h396 size_t inBuffPos; member in struct:ZSTD_CCtx_s

Completed in 142 milliseconds