Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/common/
A Dzstd_deps.h33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
A Dzstd_internal.h181 ZSTD_memmove(dst, src, 16); in ZSTD_copy16()
/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress_block.c889 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceEnd()
894 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEnd()
937 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceEndSplitLitBuffer()
942 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEndSplitLitBuffer()
1004 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequence()
1009 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequence()
1096 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceSplitLitBuffer()
1101 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceSplitLitBuffer()
1519 ZSTD_memmove(op, litPtr, lastLLSize);
1816 ZSTD_memmove(op, litPtr, lastLLSize);
[all …]
/linux-6.3-rc2/lib/zstd/compress/
A Dhist.c130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()

Completed in 10 milliseconds