Home
last modified time | relevance | path

Searched refs:ZSTD_memmove (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/common/
H A Dzstd_deps.h33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
H A Dzstd_internal.h183 ZSTD_memmove(dst, src, 16); in ZSTD_copy16()
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c236ZSTD_memmove(dctx->litBuffer + ZSTD_LITBUFFEREXTRASIZE - WILDCOPY_OVERLENGTH, dctx->litBuffer, lit… in ZSTD_decodeLiteralsBlock()
936 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceEnd()
941 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEnd()
985 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceEndSplitLitBuffer()
990 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEndSplitLitBuffer()
1058 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequence()
1063 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequence()
1151 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceSplitLitBuffer()
1156 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceSplitLitBuffer()
1594 ZSTD_memmove(op, litPtr, lastLLSize); in ZSTD_decompressSequences_bodySplitLitBuffer()
[all …]
H A Dzstd_decompress.c879 ZSTD_memmove(dst, src, srcSize); in ZSTD_copyRawBlock()
/linux/lib/zstd/compress/
H A Dhist.c141 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()