Searched refs:ZSTD_memmove (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A 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
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | hist.c | 130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
|
| H A D | zstdmt_compress.c | 1614 ZSTD_memmove(start, mtctx->inBuff.prefix.start, prefixSize); in ZSTDMT_tryGetInputRange()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 793 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()
|