Searched refs:origSize (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h426 U32 origSize; member in struct:__anon164
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h465 U32 origSize; member in struct:__anon58
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1407 U32 origSize; member in struct:__anon169
1475 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
1543 size_t rleSize = litbp.origSize;
H A Dzstd_v03.c2410 U32 origSize; member in struct:__anon205
2470 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
H A Dzstd_v07.c3250 U32 origSize; member in struct:__anon288
3264 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
3834 decodedSize = ZSTDv07_generateNxBytes(op, oend-op, *ip, blockProperties.origSize);
H A Dzstd_v06.c3021 U32 origSize; member in struct:__anon265
3035 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
H A Dzstd_v05.c2614 U32 origSize; member in struct:__anon241
2843 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
H A Dzstd_v04.c2469 U32 origSize; member in struct:__anon223
2596 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
H A Dzstd_v02.c2769 U32 origSize; member in struct:__anon188
2829 bpPtr->origSize = (bpPtr->blockType == bt_rle) ? cSize : 0;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c656 decodedSize = ZSTD_setRleBlock(op, oend-op, *ip, blockProperties.origSize);
929 dctx->rleSize = bp.origSize;
H A Dzstd_decompress_block.c65 bpPtr->origSize = cSize; /* only useful for RLE */
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c924 decodedSize = ZSTD_setRleBlock(op, (size_t)(oend-op), *ip, blockProperties.origSize);
1202 dctx->rleSize = bp.origSize;
H A Dzstd_decompress_block.c65 bpPtr->origSize = cSize; /* only useful for RLE */
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c431 uint8_t remain, i, size = 0, origSize, *p_UsrData = NULL, *p_TmpData = local
550 origSize = size;
557 memcpy((uint8_t *)p_LocalData, p_UsrData, origSize);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5508 Expr *origSize = TL.getSizeExpr(); local
5509 if (!origSize) origSize = T->getSizeExpr();
5512 = getDerived().TransformExpr(origSize);
5522 size != origSize) {

Completed in 556 milliseconds