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

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dzstd_deps.h22 * ZSTD_memmove()
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
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.c130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */
H A Dzstdmt_compress.c1614 ZSTD_memmove(start, mtctx->inBuff.prefix.start, prefixSize);
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c17 #include "../common/zstd_deps.h" /* ZSTD_memcpy, ZSTD_memmove, ZSTD_memset */
793 ZSTD_memmove(oLitEnd, match, sequence.matchLength);
798 ZSTD_memmove(oLitEnd, match, length1);
859 ZSTD_memmove(oLitEnd, match, sequence.matchLength);
864 ZSTD_memmove(oLitEnd, match, length1);

Completed in 47 milliseconds