Lines Matching refs:ZSTD_memcpy
1241 ZSTD_memcpy(dictBuffer, dict, dictSize); in ZSTD_CCtx_loadDictionary_advanced()
2307 ZSTD_memcpy(cctx->blockState.prevCBlock, &cdict->cBlockState, sizeof(cdict->cBlockState)); in ZSTD_resetCCtx_byAttachingCDict()
2324 ZSTD_memcpy(dst, src, tableSize * sizeof(U32)); in ZSTD_copyCDictTableIntoCCtx()
2376 ZSTD_memcpy(cctx->blockState.matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict()
2405 ZSTD_memcpy(cctx->blockState.prevCBlock, &cdict->cBlockState, sizeof(cdict->cBlockState)); in ZSTD_resetCCtx_byCopyingCDict()
2448 ZSTD_memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem)); in ZSTD_copyCCtx_internal()
2482 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()
2485 ZSTD_memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2488 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()
2507 …ZSTD_memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->block… in ZSTD_copyCCtx_internal()
2870 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSeqStore_internal()
3071 ZSTD_memcpy(seqStorePtr->lit, anchor, lastLLSize); in ZSTD_storeLastLiterals()
3364 ZSTD_memcpy(&repcodes, prevRepcodes, sizeof(repcodes)); in ZSTD_copyBlockSequences()
3568 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_buildBlockEntropyStats_literals()
3635 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_buildBlockEntropyStats_literals()
3641 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_buildBlockEntropyStats_literals()
4206 ZSTD_memcpy(dRep.rep, zc->blockState.prevCBlock->rep, sizeof(Repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
4207 ZSTD_memcpy(cRep.rep, zc->blockState.prevCBlock->rep, sizeof(Repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
4263 ZSTD_memcpy(zc->blockState.prevCBlock->rep, dRep.rep, sizeof(Repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
4675 ZSTD_memcpy(op+8, src, srcSize); in ZSTD_writeSkippableFrame()
5454 ZSTD_memcpy(internalBuffer, dictBuffer, dictSize); in ZSTD_initCDict_internal()
6458 ZSTD_memcpy(updatedRepcodes.rep, cctx->blockState.prevCBlock->rep, sizeof(Repcodes_t)); in ZSTD_transferSequences_wBlockDelim()
6511 ZSTD_memcpy(cctx->blockState.nextCBlock->rep, updatedRepcodes.rep, sizeof(Repcodes_t)); in ZSTD_transferSequences_wBlockDelim()
6565 ZSTD_memcpy(updatedRepcodes.rep, cctx->blockState.prevCBlock->rep, sizeof(Repcodes_t)); in ZSTD_transferSequences_noDelim()
6646 ZSTD_memcpy(cctx->blockState.nextCBlock->rep, updatedRepcodes.rep, sizeof(Repcodes_t)); in ZSTD_transferSequences_noDelim()
7121 ZSTD_memcpy(updatedRepcodes.rep, cctx->blockState.prevCBlock->rep, sizeof(Repcodes_t)); in ZSTD_convertBlockSequences()
7180 ZSTD_memcpy(cctx->blockState.nextCBlock->rep, updatedRepcodes.rep, sizeof(Repcodes_t)); in ZSTD_convertBlockSequences()