Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h458 U32 origSize; member
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1411 U32 origSize; member
1479 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTDv01_getcBlockSize()
1547 size_t rleSize = litbp.origSize; in ZSTDv01_decodeLiteralsBlock()
H A Dzstd_v03.c2414 U32 origSize; member
2474 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTD_getcBlockSize()
H A Dzstd_v07.c3254 U32 origSize; member
3268 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTDv07_getcBlockSize()
3838 decodedSize = ZSTDv07_generateNxBytes(op, oend-op, *ip, blockProperties.origSize); in ZSTDv07_decompressFrame()
H A Dzstd_v04.c2473 U32 origSize; member
2600 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTD_getcBlockSize()
H A Dzstd_v02.c2773 U32 origSize; member
2833 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTD_getcBlockSize()
H A Dzstd_v06.c3025 U32 origSize; member
3039 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTDv06_getcBlockSize()
H A Dzstd_v05.c2618 U32 origSize; member
2847 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0; in ZSTDv05_getcBlockSize()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c665 decodedSize = ZSTD_setRleBlock(op, (size_t)(oend-op), *ip, blockProperties.origSize); in ZSTD_decompressFrame()
938 dctx->rleSize = bp.origSize; in ZSTD_decompressContinue()
H A Dzstd_decompress_block.c65 bpPtr->origSize = cSize; /* only useful for RLE */ in ZSTD_getcBlockSize()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c431 uint8_t remain, i, size = 0, origSize, *p_UsrData = NULL, *p_TmpData = in BuildHmct() local
550 origSize = size; in BuildHmct()
557 memcpy((uint8_t *)p_LocalData, p_UsrData, origSize); in BuildHmct()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6724 U32 origSize; member
25162 decodedSize = ZSTD_setRleBlock(op, oend-op, *ip, blockProperties.origSize); in ZSTD_decompressFrame()
25435 dctx->rleSize = bp.origSize; in ZSTD_decompressContinue()
26458 bpPtr->origSize = cSize; /* only useful for RLE */ in ZSTD_getcBlockSize()