Home
last modified time | relevance | path

Searched refs:ZSTD_ROWSIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2034 #define ZSTD_ROWSIZE 16 macro
2044 int const nbRows = (int)size / ZSTD_ROWSIZE; in ZSTD_reduceTable_internal()
2047 assert((size & (ZSTD_ROWSIZE-1)) == 0); /* multiple of ZSTD_ROWSIZE */ in ZSTD_reduceTable_internal()
2065 for (column=0; column<ZSTD_ROWSIZE; column++) { in ZSTD_reduceTable_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14932 #define ZSTD_ROWSIZE 16 macro
14942 int const nbRows = (int)size / ZSTD_ROWSIZE; in ZSTD_reduceTable_internal()
14945 assert((size & (ZSTD_ROWSIZE-1)) == 0); /* multiple of ZSTD_ROWSIZE */ in ZSTD_reduceTable_internal()
14963 for (column=0; column<ZSTD_ROWSIZE; column++) { in ZSTD_reduceTable_internal()