Searched refs:ZSTD_wildcopy (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/lib/zstd/ |
D | zstd_internal.h | 125 ZSTD_STATIC void ZSTD_wildcopy(void *dst, const void *src, ptrdiff_t length) in ZSTD_wildcopy() function
|
D | decompress.c | 890 ZSTD_wildcopy(op, *litPtr, oend_w - op); in ZSTD_execSequenceLast7() 1018 ZSTD_wildcopy(op + 8, (*litPtr) + 8, in ZSTD_execSequence() 1071 ZSTD_wildcopy(op, match, oend_w - op); in ZSTD_execSequence() 1078 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength - 8); /* works even if matchLength < 8 */ in ZSTD_execSequence() 1274 ZSTD_wildcopy(op + 8, (*litPtr) + 8, in ZSTD_execSequenceLong() 1326 ZSTD_wildcopy(op, match, oend_w - op); in ZSTD_execSequenceLong() 1333 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength - 8); /* works even if matchLength < 8 */ in ZSTD_execSequenceLong()
|