Searched refs:ZSTD_memmove (Results 1 – 6 of 6) sorted by relevance
/external/zstd/lib/common/ |
D | zstd_deps.h | 33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) macro 37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) macro
|
D | zstd_internal.h | 191 ZSTD_memmove(dst, src, 16); in ZSTD_copy16()
|
/external/zstd/contrib/linux-kernel/ |
D | zstd_deps.h | 33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 210 …ZSTD_memmove(dctx->litBuffer + ZSTD_LITBUFFEREXTRASIZE - WILDCOPY_OVERLENGTH, dctx->litBuffer, lit… 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(oLitEnd, match, length1); in ZSTD_execSequenceSplitLitBuffer() 1519 ZSTD_memmove(op, litPtr, lastLLSize); [all …]
|
/external/zstd/lib/compress/ |
D | hist.c | 130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
|
D | zstdmt_compress.c | 1648 ZSTD_memmove(start, mtctx->inBuff.prefix.start, prefixSize); in ZSTDMT_tryGetInputRange()
|