Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_literals.c38 ZSTD_memcpy(ostart + flSize, src, srcSize); in ZSTD_noCompressLiterals()
90 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_compressLiterals()
122 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_compressLiterals()
126 ZSTD_memcpy(nextHuf, prevHuf, sizeof(*prevHuf)); in ZSTD_compressLiterals()
Dzstd_compress_superblock.c73 ZSTD_memcpy(op, hufMetadata->hufDesBuffer, hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal()
200 ZSTD_memcpy(op, fseMetadata->fseTablesBuffer, fseMetadata->fseTablesSize); in ZSTD_compressSubBlock_sequences()
521ZSTD_memcpy(&nextCBlock->entropy.huf, &prevCBlock->entropy.huf, sizeof(prevCBlock->entropy.huf)); in ZSTD_compressSubBlock_multi()
540 ZSTD_memcpy(&rep, prevCBlock->rep, sizeof(rep)); in ZSTD_compressSubBlock_multi()
544 ZSTD_memcpy(nextCBlock->rep, &rep, sizeof(rep)); in ZSTD_compressSubBlock_multi()
Dzstd_opt.c207 ZSTD_memcpy(optPtr->litLengthFreq, baseLLfreqs, sizeof(baseLLfreqs)); in ZSTD_rescaleFreqs()
223 ZSTD_memcpy(optPtr->offCodeFreq, baseOFCfreqs, sizeof(baseOFCfreqs)); in ZSTD_rescaleFreqs()
1179 ZSTD_memcpy(opt[cur].rep, &newReps, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1181 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1269 ZSTD_memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic()
1271 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1361 ZSTD_memcpy(tmpRep, rep, sizeof(tmpRep)); in ZSTD_initStats_ultra()
Dzstd_compress.c1080 ZSTD_memcpy(dictBuffer, dict, dictSize); in ZSTD_CCtx_loadDictionary_advanced()
2017 ZSTD_memcpy(cctx->blockState.prevCBlock, &cdict->cBlockState, sizeof(cdict->cBlockState)); in ZSTD_resetCCtx_byAttachingCDict()
2057 ZSTD_memcpy(cctx->blockState.matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
2062 ZSTD_memcpy(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2069 ZSTD_memcpy(cctx->blockState.matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict()
2096 ZSTD_memcpy(cctx->blockState.prevCBlock, &cdict->cBlockState, sizeof(cdict->cBlockState)); in ZSTD_resetCCtx_byCopyingCDict()
2139 ZSTD_memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem)); in ZSTD_copyCCtx_internal()
2172 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()
2175 ZSTD_memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2178 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()
[all …]
Dzstd_compress_sequences.c262 ZSTD_memcpy(nextCTable, prevCTable, prevCTableSize); in ZSTD_buildCTable()
Dzstd_compress_internal.h509 ZSTD_memcpy((BYTE*)dst + ZSTD_blockHeaderSize, src, srcSize); in ZSTD_noCompressBlock()
679 ZSTD_memcpy(&newReps, rep, sizeof(newReps)); in ZSTD_newRep()
Dhuf_compress.c1274 ZSTD_memcpy(oldHufTable, table->CTable, sizeof(table->CTable)); /* Save new table */ in HUF_compress_internal()
/linux-6.6.21/lib/zstd/decompress/
Dhuf_decompress.c133 ZSTD_memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc()
365 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp_bmi2()
847 ZSTD_memcpy(&DElt, &val, sizeof(val)); in HUF_buildDEltX2()
899 ZSTD_memcpy(DTableRank + 0, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
900 ZSTD_memcpy(DTableRank + 2, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
907 ZSTD_memcpy(DTableRank + 0, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
908 ZSTD_memcpy(DTableRank + 2, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
909 ZSTD_memcpy(DTableRank + 4, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
910 ZSTD_memcpy(DTableRank + 6, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
919 ZSTD_memcpy(DTableRank + 0, &DEltX2, sizeof(DEltX2)); in HUF_fillDTableX2ForWeight()
[all …]
Dzstd_ddict.c131 ZSTD_memcpy(internalBuffer, dict, dictSize); in ZSTD_initDDict_internal()
198 ZSTD_memcpy(ddict+1, dict, dictSize); /* local copy */ in ZSTD_initStaticDDict()
Dzstd_decompress.c330 ZSTD_memcpy(dstDCtx, srcDCtx, toCopy); /* no need to copy workspace */ in ZSTD_copyDCtx()
575 ZSTD_memcpy(dst, (const BYTE *)src + ZSTD_SKIPPABLEHEADERSIZE, skippableContentSize); in ZSTD_readSkippableFrame()
1128 ZSTD_memcpy(dctx->headerBuffer, src, srcSize); in ZSTD_decompressContinue()
1135 ZSTD_memcpy(dctx->headerBuffer, src, srcSize); in ZSTD_decompressContinue()
1142 ZSTD_memcpy(dctx->headerBuffer + (dctx->headerSize - srcSize), src, srcSize); in ZSTD_decompressContinue()
1253ZSTD_memcpy(dctx->headerBuffer + (ZSTD_SKIPPABLEHEADERSIZE - srcSize), src, srcSize); /* complet… in ZSTD_decompressContinue()
1411 ZSTD_memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
1931 ZSTD_memcpy(zds->headerBuffer + zds->lhSize, ip, remainingInput); in ZSTD_decompressStream()
1938ZSTD_memcpy(zds->headerBuffer + zds->lhSize, ip, toLoad); zds->lhSize = hSize; ip += toLoad; in ZSTD_decompressStream()
Dzstd_decompress_block.c47 static void ZSTD_copy4(void* dst, const void* src) { ZSTD_memcpy(dst, src, 4); } in ZSTD_copy4()
209ZSTD_memcpy(dctx->litExtraBuffer, dctx->litBufferEnd - ZSTD_LITBUFFEREXTRASIZE, ZSTD_LITBUFFEREXTR… in ZSTD_decodeLiteralsBlock()
251ZSTD_memcpy(dctx->litBuffer, istart + lhSize, litSize - ZSTD_LITBUFFEREXTRASIZE); in ZSTD_decodeLiteralsBlock()
252ZSTD_memcpy(dctx->litExtraBuffer, istart + lhSize + litSize - ZSTD_LITBUFFEREXTRASIZE, ZSTD_LITBUF… in ZSTD_decodeLiteralsBlock()
256 ZSTD_memcpy(dctx->litBuffer, istart + lhSize, litSize); in ZSTD_decodeLiteralsBlock()
478 ZSTD_memcpy(dt, &DTableH, sizeof(DTableH)); in ZSTD_buildFSETable_body()
1529 ZSTD_memcpy(op, litPtr, lastLLSize);
1618 ZSTD_memcpy(op, litPtr, lastLLSize);
/linux-6.6.21/lib/zstd/common/
Dzstd_internal.h166 ZSTD_memcpy(dst, src, 8); in ZSTD_copy8()
185 ZSTD_memcpy(copy16_buf, src, 16); in ZSTD_copy16()
186 ZSTD_memcpy(dst, copy16_buf, 16); in ZSTD_copy16()
251 ZSTD_memcpy(dst, src, length); in ZSTD_limitCopy()
Dzstd_deps.h32 #define ZSTD_memcpy(d,s,n) __builtin_memcpy((d),(s),(n)) macro
Dentropy_common.c77 ZSTD_memcpy(buffer, headerBuffer, hbSize); in FSE_readNCount_body()
Dfse_decompress.c101 ZSTD_memcpy(dt, &DTableH, sizeof(DTableH)); in FSE_buildDTable_internal()