Searched refs:blockState (Results 1 – 2 of 2) sorted by relevance
96 cctx->blockState.nextCBlock = cctx->blockState.prevCBlock + 1; in ZSTD_initStaticCCtx()1018 zc->blockState.nextCBlock = zc->blockState.prevCBlock + 1; in ZSTD_resetCCtx_internal()1125 …assert((U32*)cctx->blockState.matchState.hashTable3 == (U32*)cctx->blockState.matchState.chainTabl… in ZSTD_resetCCtx_usingCDict()1180 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()1189 …assert((U32*)dstCCtx->blockState.matchState.hashTable3 == (U32*)dstCCtx->blockState.matchState.cha… in ZSTD_copyCCtx_internal()1205 …memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->blockState… in ZSTD_copyCCtx_internal()1916 zc->blockState.nextCBlock->rep[i] = zc->blockState.prevCBlock->rep[i]; in ZSTD_compressBlock_internal()1955 … &zc->blockState.prevCBlock->entropy, &zc->blockState.nextCBlock->entropy, in ZSTD_compressBlock_internal()1962 zc->blockState.prevCBlock = zc->blockState.nextCBlock; in ZSTD_compressBlock_internal()1963 zc->blockState.nextCBlock = tmp; in ZSTD_compressBlock_internal()[all …]
211 ZSTD_blockState_t blockState; member