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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2044 int const nbRows = (int)size / ZSTD_ROWSIZE; local
2063 for (rowNb=0 ; rowNb < nbRows ; rowNb++) {
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14942 int const nbRows = (int)size / ZSTD_ROWSIZE; local
14961 for (rowNb=0 ; rowNb < nbRows ; rowNb++) {
[all...]

Completed in 281 milliseconds