Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dzstd_deps.h33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) macro
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) macro
/external/zstd/contrib/linux-kernel/
Dzstd_deps.h32 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) macro
/external/zstd/lib/compress/
Dhist.c130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
Dzstdmt_compress.c1614 ZSTD_memmove(start, mtctx->inBuff.prefix.start, prefixSize); in ZSTDMT_tryGetInputRange()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c793 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceEnd()
798 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEnd()
859 ZSTD_memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequence()
864 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequence()