Searched refs:isFirstBlock (Results 1 – 5 of 5) sorted by relevance
527 bool isFirstBlock = true; in memoryIsNotModifiedBetween() local537 if (isFirstBlock) { in memoryIsNotModifiedBetween()541 isFirstBlock = false; in memoryIsNotModifiedBetween()
612 bool isFirstBlock = true; in memoryIsNotModifiedBetween() local622 if (isFirstBlock) { in memoryIsNotModifiedBetween()626 isFirstBlock = false; in memoryIsNotModifiedBetween()
749 bool isFirstBlock = true; in memoryIsNotModifiedBetween() local762 if (isFirstBlock) { in memoryIsNotModifiedBetween()766 isFirstBlock = false; in memoryIsNotModifiedBetween()
1611 zc->isFirstBlock = 1; in ZSTD_resetCCtx_internal()2710 !zc->isFirstBlock && in ZSTD_compressBlock_internal()2743 !zc->isFirstBlock && in ZSTD_compressBlock_targetCBlockSize_body()2903 cctx->isFirstBlock = 0; in ZSTD_compress_frameChunk()4847 if (!cctx->isFirstBlock && in ZSTD_compressSequences_internal()4890 cctx->isFirstBlock = 0; in ZSTD_compressSequences_internal()
284 int isFirstBlock; member