Home
last modified time | relevance | path

Searched defs:restSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c691 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
880 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c2122 size_t const restSize = (size_t)(restEnd - restPtr); in FIO_fwriteSparse() local