Searched refs:ZSTD_memmove (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/zstd/common/ |
| H A D | zstd_deps.h | 33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
|
| H A D | zstd_internal.h | 183 ZSTD_memmove(dst, src, 16); in ZSTD_copy16()
|
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.c | 236 …ZSTD_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 D | zstd_decompress.c | 879 ZSTD_memmove(dst, src, srcSize); in ZSTD_copyRawBlock()
|
| /linux/lib/zstd/compress/ |
| H A D | hist.c | 141 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
|