Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c2221 #define ZSTD_ROWSIZE 16 macro
2231 int const nbRows = (int)size / ZSTD_ROWSIZE; in ZSTD_reduceTable_internal()
2236 assert((size & (ZSTD_ROWSIZE-1)) == 0); /* multiple of ZSTD_ROWSIZE */ in ZSTD_reduceTable_internal()
2242 for (column=0; column<ZSTD_ROWSIZE; column++) { in ZSTD_reduceTable_internal()