Home
last modified time | relevance | path

Searched refs:COPY8 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h252 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
291 COPY8(op, ip) in ZSTD_wildcopy()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1369 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
1376 while (op < oend) COPY8(op, ip); in ZSTD_wildcopy()
H A Dzstd_v03.c2394 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
2402 do COPY8(op, ip) while (op < oend); in ZSTD_wildcopy()
H A Dzstd_v04.c395 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
404 COPY8(op, ip) in ZSTD_wildcopy()
H A Dzstd_v02.c2753 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
2761 do COPY8(op, ip) while (op < oend); in ZSTD_wildcopy()
H A Dzstd_v06.c542 #define COPY8(d,s) { ZSTDv06_copy8(d,s); d+=8; s+=8; } macro
553 COPY8(op, ip) in ZSTDv06_wildcopy()
H A Dzstd_v05.c508 #define COPY8(d,s) { ZSTDv05_copy8(d,s); d+=8; s+=8; } macro
518 COPY8(op, ip) in ZSTDv05_wildcopy()
H A Dzstd_v07.c2776 #define COPY8(d,s) { ZSTDv07_copy8(d,s); d+=8; s+=8; } macro
2787 COPY8(op, ip) in ZSTDv07_wildcopy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6535 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } macro
6574 COPY8(op, ip) in ZSTD_wildcopy()