Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress.c805 static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, in ZSTD_setRleBlock() function
879 decodedSize = ZSTD_setRleBlock(op, (size_t)(oend-op), *ip, blockProperties.origSize); in ZSTD_decompressFrame()
1176 rSize = ZSTD_setRleBlock(dst, dstCapacity, *(const BYTE*)src, dctx->rleSize); in ZSTD_decompressContinue()

Completed in 7 milliseconds