Searched refs:COPY16 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 260 #define COPY16(d,s) { ZSTD_copy16(d,s); d+=16; s+=16; } macro 303 COPY16(op, ip); in ZSTD_wildcopy() 312 COPY16(op, ip); in ZSTD_wildcopy() 313 COPY16(op, ip); in ZSTD_wildcopy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6543 #define COPY16(d,s) { ZSTD_copy16(d,s); d+=16; s+=16; } macro 6586 COPY16(op, ip); in ZSTD_wildcopy() 6590 COPY16(op, ip); in ZSTD_wildcopy() 6593 COPY16(op, ip); in ZSTD_wildcopy() 6594 COPY16(op, ip); in ZSTD_wildcopy()
|