Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h189 #define COPY16(d,s) { ZSTD_copy16(d,s); d+=16; s+=16; } macro
222 /* Separate out the first COPY16() call because the copy length is in ZSTD_wildcopy()
225 * one COPY16() in the first call. Then, do two calls per loop since in ZSTD_wildcopy()
230 COPY16(op, ip); in ZSTD_wildcopy()
239 COPY16(op, ip); in ZSTD_wildcopy()
240 COPY16(op, ip); in ZSTD_wildcopy()

Completed in 2 milliseconds