Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4516 { size_t oPos = 0; in ZSTD_compress2() local
4519 dst, dstCapacity, &oPos, in ZSTD_compress2()
4527 assert(oPos == dstCapacity); in ZSTD_compress2()
4531 return oPos; in ZSTD_compress2()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17154 { size_t oPos = 0; in ZSTD_compress2() local
17157 dst, dstCapacity, &oPos, in ZSTD_compress2()
17162 assert(oPos == dstCapacity); in ZSTD_compress2()
17166 return oPos; in ZSTD_compress2()