Searched refs:ZSTD_memmove (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | zstd_deps.h | 24 * ZSTD_memmove() 33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
|
H A D | zstd_internal.h | 181 ZSTD_memmove(dst, src, 16); in ZSTD_copy16() 183 /* ZSTD_memmove is not inlined properly by gcc */ in ZSTD_copy16()
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 17 #include "../common/zstd_deps.h" /* ZSTD_memcpy, ZSTD_memmove, ZSTD_memset */ 210 ZSTD_memmove(dctx->litBuffer + ZSTD_LITBUFFEREXTRASIZE - WILDCOPY_OVERLENGTH, dctx->litBuffer, litSize - ZSTD_LITBUFFEREXTRASIZE); in ZSTD_decodeLiteralsBlock() 889 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(oLitEn in ZSTD_execSequenceSplitLitBuffer() [all...] |
H A D | zstd_decompress.c | 55 #include "../common/zstd_deps.h" /* ZSTD_memcpy, ZSTD_memmove, ZSTD_memset */ 801 ZSTD_memmove(dst, src, srcSize); in ZSTD_copyRawBlock()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | hist.c | 130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
|
Completed in 9 milliseconds